diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-01-26 17:19:19 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-01-26 17:19:19 (GMT) |
commit | b8bcc0101aa357de2aaab61bbf175b8fed7f9e40 (patch) | |
tree | 3c9a5479d78ebbe6be2e9e4436890e7bda01eca0 /src/gsoap.mk | |
parent | 5e9545c081d27eb134067cb1215f503ca6a37678 (diff) | |
download | mxe-b8bcc0101aa357de2aaab61bbf175b8fed7f9e40.zip mxe-b8bcc0101aa357de2aaab61bbf175b8fed7f9e40.tar.gz mxe-b8bcc0101aa357de2aaab61bbf175b8fed7f9e40.tar.bz2 |
use '$(TARGET)-ar' rather that 'ar' in package gsoap (by Tony Theodore)
Diffstat (limited to 'src/gsoap.mk')
-rw-r--r-- | src/gsoap.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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. |