From b8bcc0101aa357de2aaab61bbf175b8fed7f9e40 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Tue, 26 Jan 2010 18:19:19 +0100 Subject: use '$(TARGET)-ar' rather that 'ar' in package gsoap (by Tony Theodore) --- src/gsoap.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gsoap.mk b/src/gsoap.mk index 4808560..b1c0748 100644 --- a/src/gsoap.mk +++ b/src/gsoap.mk @@ -61,7 +61,7 @@ define $(PKG)_BUILD 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. -- cgit v0.12