diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-26 21:05:05 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-26 21:05:05 +0000 |
commit | 5fb1382e431009ea4770f0f56297a19070a2ec88 (patch) | |
tree | 3de490913ce1b43ffdaaa19c0e4977da07caeccf /package/popt/popt.mk | |
parent | fab05bb2ce04aca6859494dba00dfcd238f06245 (diff) | |
download | buildroot-novena-5fb1382e431009ea4770f0f56297a19070a2ec88.tar.gz buildroot-novena-5fb1382e431009ea4770f0f56297a19070a2ec88.zip |
popt: use install-strip for target install
Diffstat (limited to 'package/popt/popt.mk')
-rw-r--r-- | package/popt/popt.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/popt/popt.mk b/package/popt/popt.mk index 543278904..ad1590892 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)) |