changeset 663:21e0d95330cf

small cleanups for package gsoap
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 23 Jan 2010 20:18:11 +0100
parents 9073c795e712
children 40b94e85013a
files src/gsoap.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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