diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-20 17:50:23 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-20 17:50:23 -0400 |
commit | 53b785c979542521ba7bd7135246f1f9ba51757b (patch) | |
tree | 0f4b4fdcf33b38e813dd1bd744acb15756f1e7f4 /libre/virtualbox-libre/gsoap.patch | |
parent | f7f89bc6ad82ad0ce83a0bf35edcc05957dfbc63 (diff) | |
parent | cd308f9d2c6a48520b4903d3394eb88c6fd9c8d5 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/virtualbox-libre/gsoap.patch')
-rwxr-xr-x | libre/virtualbox-libre/gsoap.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libre/virtualbox-libre/gsoap.patch b/libre/virtualbox-libre/gsoap.patch deleted file mode 100755 index c49caa720..000000000 --- a/libre/virtualbox-libre/gsoap.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2012-03-14 08:40:02.447527213 +0000 -+++ configure 2012-03-14 09:05:01.535432453 +0000 -@@ -1959,7 +1959,7 @@ - else - cnf_append "VBOX_GSOAP_CXX_SOURCES" "" - fi -- cnf_append "VBOX_GSOAP_CXX_LIBS" "libgsoap++" -+ cnf_append "VBOX_GSOAP_CXX_LIBS" "libgsoapssl++ libz" - log_success "found" - else - log_failure "stlvector.h not found -- disabling webservice" |