comparison src/gsoap.mk @ 668:b37283cb0a26

use '$(TARGET)-ar' rather that 'ar' in package gsoap (by Tony Theodore)
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 26 Jan 2010 18:19:19 +0100
parents 13689d3ddac5
children 867c778bcf84
comparison
equal deleted inserted replaced
667:13689d3ddac5 668:b37283cb0a26
59 59
60 # Building for mingw requires native soapcpp2 60 # Building for mingw requires native soapcpp2
61 ln -s '$(PREFIX)/bin/$(TARGET)-soapcpp2' '$(1)'/gsoap/src/soapcpp2 61 ln -s '$(PREFIX)/bin/$(TARGET)-soapcpp2' '$(1)'/gsoap/src/soapcpp2
62 62
63 # Parallel bulds can fail 63 # Parallel bulds can fail
64 $(MAKE) -C '$(1)' -j 1 64 $(MAKE) -C '$(1)' -j 1 AR='$(TARGET)-ar'
65 65
66 $(MAKE) -C '$(1)' -j 1 install 66 $(MAKE) -C '$(1)' -j 1 install
67 # Apparently there is a tradition of compiling gsoap source files into applications. 67 # Apparently there is a tradition of compiling gsoap source files into applications.
68 # Since we linked dom.cpp and dom.c into the libraries, this should not be necessary. 68 # Since we linked dom.cpp and dom.c into the libraries, this should not be necessary.
69 # But we bend to tradition and install these sources into mingw-cross-env. 69 # But we bend to tradition and install these sources into mingw-cross-env.