From: Peter Korsgaard Date: Tue, 26 Aug 2008 21:05:05 +0000 (-0000) Subject: popt: use install-strip for target install X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5fb1382e431009ea4770f0f56297a19070a2ec88;p=buildroot.git popt: use install-strip for target install --- diff --git a/package/popt/popt.mk b/package/popt/popt.mk index 543278904a..ad15908925 100644 --- a/package/popt/popt.mk +++ b/package/popt/popt.mk @@ -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))