# HG changeset patch # User Volker Grabsch # Date 1264526359 -3600 # Node ID b37283cb0a268db6ac0171ab08328e0046a3267a # Parent 13689d3ddac543832e584469c9f4221741e293f4 use '$(TARGET)-ar' rather that 'ar' in package gsoap (by Tony Theodore) diff -r 13689d3ddac5 -r b37283cb0a26 src/gsoap.mk --- a/src/gsoap.mk Sun Jan 24 20:24:47 2010 +0100 +++ b/src/gsoap.mk Tue Jan 26 18:19:19 2010 +0100 @@ -61,7 +61,7 @@ ln -s '$(PREFIX)/bin/$(TARGET)-soapcpp2' '$(1)'/gsoap/src/soapcpp2 # Parallel bulds can fail - $(MAKE) -C '$(1)' -j 1 + $(MAKE) -C '$(1)' -j 1 AR='$(TARGET)-ar' $(MAKE) -C '$(1)' -j 1 install # Apparently there is a tradition of compiling gsoap source files into applications.