summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-06-02 10:35:04 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-06-02 10:35:04 (GMT)
commit0b3240f9d8c74205cf128e9a7f865f22dbd6e771 (patch)
treee99f32c874c1e58e51dd60ad0f804ad46dab305a
parent3653eb6ec1ba0f178e4ab39d7e9b72acb36298e9 (diff)
downloadmxe-0b3240f9d8c74205cf128e9a7f865f22dbd6e771.zip
mxe-0b3240f9d8c74205cf128e9a7f865f22dbd6e771.tar.gz
mxe-0b3240f9d8c74205cf128e9a7f865f22dbd6e771.tar.bz2
package gsoap: fix blunder
-rw-r--r--src/gsoap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsoap.mk b/src/gsoap.mk
index 8ee8cd2..d6bb864 100644
--- a/src/gsoap.mk
+++ b/src/gsoap.mk
@@ -40,7 +40,7 @@ define $(PKG)_BUILD
# http://groups.google.com/group/ikarus-users/browse_thread/thread/fd1d101eac32633f
cd '$(1)' && ac_cv_func_malloc_0_nonnull=yes ./configure \
--prefix='$(PREFIX)/$(TARGET)' \
- --libdir='$(PREFIX)/$(TARGET)\lib' \
+ --libdir='$(PREFIX)/$(TARGET)/lib' \
--host='$(TARGET)' \
--build="`config.guess`" \
--enable-gnutls \