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

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


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

Log:
popt: use install-strip for target install

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


Changeset:
Modified: trunk/buildroot/package/popt/popt.mk
===================================================================
--- trunk/buildroot/package/popt/popt.mk	2008-08-26 21:05:01 UTC (rev 23223)
+++ trunk/buildroot/package/popt/popt.mk	2008-08-26 21:05:05 UTC (rev 23224)
@@ -6,10 +6,10 @@
 POPT_VERSION = 1.14
 POPT_SITE = http://rpm5.org/files/popt
 POPT_INSTALL_STAGING = YES
-
+POPT_INSTALL_TARGET:=YES
 POPT_CONF_ENV = ac_cv_va_copy=yes
 
-POPT_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) install
+POPT_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) install-strip
 
 
 $(eval $(call AUTOTARGETS,package,popt))




More information about the buildroot mailing list