changeset 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 7d39dfb2b0db
files src/gsoap.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.