[Buildroot] [PATCH 16/21] ipkg: remove useless configure options

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Apr 12 13:11:28 UTC 2010


These options are part of the default set of options passed to
./configure by the AUTOTARGETS infrastructure.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/ipkg/ipkg.mk |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/package/ipkg/ipkg.mk b/package/ipkg/ipkg.mk
index 5f640f6..ae0c872 100644
--- a/package/ipkg/ipkg.mk
+++ b/package/ipkg/ipkg.mk
@@ -11,7 +11,4 @@ IPKG_AUTORECONF = NO
 IPKG_INSTALL_STAGING = YES
 IPKG_INSTALL_TARGET = YES
 
-IPKG_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
-		--build=$(GNU_HOST_NAME) --prefix=/usr --sysconfdir=/etc
-
 $(eval $(call AUTOTARGETS,package,ipkg))
\ No newline at end of file
-- 
1.6.3.3




More information about the buildroot mailing list