diff options
author | Martin Lambers <marlam@marlam.de> | 2011-05-20 11:25:02 (GMT) |
---|---|---|
committer | Martin Lambers <marlam@marlam.de> | 2011-05-20 11:25:02 (GMT) |
commit | 969d98291a6c06b89e7b76b1c342f21e370aa96e (patch) | |
tree | 50189e07277d3451395f12e6f49de76873960631 /src | |
parent | 5448d9134e39e286870755d242eeecc4836e5211 (diff) | |
download | mxe-969d98291a6c06b89e7b76b1c342f21e370aa96e.zip mxe-969d98291a6c06b89e7b76b1c342f21e370aa96e.tar.gz mxe-969d98291a6c06b89e7b76b1c342f21e370aa96e.tar.bz2 |
wine fix for package gsoap
Diffstat (limited to 'src')
-rw-r--r-- | src/gsoap.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gsoap.mk b/src/gsoap.mk index c3591fd..a0d46c2 100644 --- a/src/gsoap.mk +++ b/src/gsoap.mk @@ -31,6 +31,9 @@ define $(PKG)_BUILD $(MAKE) -C '$(1)' -j '$(JOBS)' clean + # wine confuses the cross-compiling detection, so set it explicitly + $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure' + # Build for mingw. Static by default. # Prevent undefined reference to _rpl_malloc. # http://groups.google.com/group/ikarus-users/browse_thread/thread/fd1d101eac32633f |