gzip: avoid using clock_gettime. it is unnecessary and pulls in librt when using eglibc

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32533 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-29 20:12:05 +00:00
parent 5c236f5a53
commit 75af8c9ecc

View File

@ -33,6 +33,7 @@ endef
CONFIGURE_VARS += \
gl_cv_func_getopt_gnu=yes \
ac_cv_search_clock_gettime=no
define Package/gzip/install
$(SED) 's,/bin/bash,/bin/sh,g' $(PKG_INSTALL_DIR)/usr/bin/{gunzip,zcat}