diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-02-04 22:18:51 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-02-04 22:18:51 (GMT) |
commit | 49819cffadaba312bc58e9f1799e2f59e0726282 (patch) | |
tree | f33dec0fcdb9a57b0e31f6aa3939d5a1a233352d /src/gsoap.mk | |
parent | ad680732833eaee9f12d5146f9a37c465256c016 (diff) | |
download | mxe-49819cffadaba312bc58e9f1799e2f59e0726282.zip mxe-49819cffadaba312bc58e9f1799e2f59e0726282.tar.gz mxe-49819cffadaba312bc58e9f1799e2f59e0726282.tar.bz2 |
use automake for package gsoap
Diffstat (limited to 'src/gsoap.mk')
-rw-r--r-- | src/gsoap.mk | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/src/gsoap.mk b/src/gsoap.mk index b1c0748..91038ab 100644 --- a/src/gsoap.mk +++ b/src/gsoap.mk @@ -20,23 +20,16 @@ endef define $(PKG)_BUILD - # gsoap-1-link-dom.patch + # gsoap-link-dom.patch # The code in dom.c(pp) is needed for some applications. # Patch adds to the libs for easy linking in mingw-cross-env. # Rename dom.cpp to dom_cpp.cpp to prevent collision between # dom.c and dom.cpp at dom.o. - # gsoap-2-autogen.patch - # Need to process changes to Makefile.am. - # aclocal - # automake --add-missing - # autoconf - - # gsoap-3-lex-yacc.patch - # Tarball does not supply lex- and yacc-generated sources. - # This patch supplies them because mingw-cross-env does not - # require yacc or flex. - # These files must survive "make clean". + # Process changes to Makefile.am + cd '$(1)' && aclocal + cd '$(1)' && automake --add-missing + cd '$(1)' && autoconf # Native build to get tools wsdl2h and soapcpp2 cd '$(1)' && ./configure |