changeset 2150:128b0f98fc89

touch up package agg -use $(SHELL) instead of sh -autogen calls configure with options, so don't invoke configure again -added explicit --build
author Mark Brand <mabrand@mabrand.nl>
date Sun, 27 Nov 2011 20:30:37 +0100
parents bf5687570f1d
children 18d32520bcb5
files src/agg.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/agg.mk	Sun Nov 27 20:29:10 2011 +0100
+++ b/src/agg.mk	Sun Nov 27 20:30:37 2011 +0100
@@ -18,9 +18,9 @@
 endef
 
 define $(PKG)_BUILD
-    cd '$(1)' && sh autogen.sh
-    cd '$(1)' && ./configure \
+    cd '$(1)' && $(SHELL) ./autogen.sh \
         --host='$(TARGET)' \
+        --build='$(BUILD)' \
         --disable-shared \
         --prefix='$(PREFIX)/$(TARGET)' \
         --without-x