[Buildroot] svn commit: trunk/buildroot/package/popt

jacmet at uclibc.org jacmet at uclibc.org
Tue Aug 26 21:05:01 UTC 2008


Author: jacmet
Date: 2008-08-26 14:05:01 -0700 (Tue, 26 Aug 2008)
New Revision: 23223

Log:
popt: cleanup redundant configure args

Modified:
   trunk/buildroot/package/popt/popt.mk


Changeset:
Modified: trunk/buildroot/package/popt/popt.mk
===================================================================
--- trunk/buildroot/package/popt/popt.mk	2008-08-26 20:47:23 UTC (rev 23222)
+++ trunk/buildroot/package/popt/popt.mk	2008-08-26 21:05:01 UTC (rev 23223)
@@ -7,13 +7,8 @@
 POPT_SITE = http://rpm5.org/files/popt
 POPT_INSTALL_STAGING = YES
 
-
 POPT_CONF_ENV = ac_cv_va_copy=yes
 
-
-POPT_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(REAL_GNU_TARGET_NAME) \
-		--build=$(GNU_HOST_NAME) --prefix=/usr
-
 POPT_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) install
 
 




More information about the buildroot mailing list