From: Michael Tremer Date: Wed, 2 Dec 2009 17:00:38 +0000 (+0100) Subject: naoki: Add shortcut for more options to configure. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b968bc72ba65c7513b6c7a01916656761ad4ba70;p=ipfire-3.x.git naoki: Add shortcut for more options to configure. --- diff --git a/pkgs/Include b/pkgs/Include index 324aa40f0..8ea719c16 100644 --- a/pkgs/Include +++ b/pkgs/Include @@ -66,6 +66,7 @@ endef PKG_BUILD_DEPS += glibc gcc CONFIGURE_ARCH = --build=$(TARGET) --host=$(TARGET) +CONFIGURE_OPTIONS = $(CONFIGURE_ARCH) --prefix=/usr ifeq "$(TARGET_MACHINE)" "x86_64" LINKER = /lib64/ld-linux-x86-64.so.2 @@ -140,8 +141,7 @@ endef define STAGE_BUILD cd $(DIR_APP) && \ ./configure \ - $(CONFIGURE_ARCH) \ - --prefix=/usr + $(CONFIGURE_OPTIONS) cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef