package gsoap: fix blunder

This commit is contained in:
Mark Brand 2013-06-02 12:35:04 +02:00
parent 3653eb6ec1
commit 0b3240f9d8
1 changed files with 1 additions and 1 deletions

View File

@ -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 \