small cleanups for package gsoap

pull/13/head
Volker Grabsch 15 years ago
parent bf2e7cdfce
commit a0786be83f

@ -45,7 +45,7 @@ define $(PKG)_BUILD
# Build for mingw. Static by default. # Build for mingw. Static by default.
# Prevent undefined reference to _rpl_malloc. # Prevent undefined reference to _rpl_malloc.
# http://groups.google.com/group/ikarus-users/browse_thread/thread/fd1d101eac32633f # http://groups.google.com/group/ikarus-users/browse_thread/thread/fd1d101eac32633f
cd '$(1)' && export ac_cv_func_malloc_0_nonnull=yes && ./configure \ cd '$(1)' && ac_cv_func_malloc_0_nonnull=yes ./configure \
--prefix='$(PREFIX)/$(TARGET)' \ --prefix='$(PREFIX)/$(TARGET)' \
--host='$(TARGET)' --host='$(TARGET)'

Loading…
Cancel
Save