package portablexdr: use cross ar

This commit is contained in:
Tony Theodore 2012-12-05 18:47:32 +11:00
parent a36c93db65
commit dfd9239fc3
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)'
--prefix='$(PREFIX)/$(TARGET)' \
AR='$(TARGET)-ar'
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef