small cleanups for package gsoap

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

@ -45,10 +45,10 @@ define $(PKG)_BUILD
# Build for mingw. Static by default.
# Prevent undefined reference to _rpl_malloc.
# 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)' \
--host='$(TARGET)'
# Building for mingw requires native soapcpp2
ln -s '$(PREFIX)/bin/$(TARGET)-soapcpp2' '$(1)'/gsoap/src/soapcpp2

Loading…
Cancel
Save