# HG changeset patch # User Volker Grabsch # Date 1264274291 -3600 # Node ID 21e0d95330cfb295cadd5d24f9fbf4e07d6ae8a8 # Parent 9073c795e7124bb6cc1397aa05ffd44fb4e33113 small cleanups for package gsoap diff -r 9073c795e712 -r 21e0d95330cf src/gsoap.mk --- a/src/gsoap.mk Sat Jan 23 00:48:09 2010 +0100 +++ b/src/gsoap.mk Sat Jan 23 20:18:11 2010 +0100 @@ -45,10 +45,10 @@ # 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