瀏覽代碼

popt: use install-strip for target install

Peter Korsgaard 17 年之前
父節點
當前提交
5fb1382e43
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      package/popt/popt.mk

+ 2 - 2
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))