From: Felix Fietkau Date: Fri, 29 Jun 2012 20:12:05 +0000 (+0000) Subject: gzip: avoid using clock_gettime. it is unnecessary and pulls in librt when using... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5e8d9945a62736ca978fff38e5e9d242a00d784e;p=openwrt%2Fsvn-archive%2Fpackages.git gzip: avoid using clock_gettime. it is unnecessary and pulls in librt when using eglibc SVN-Revision: 32533 --- diff --git a/utils/gzip/Makefile b/utils/gzip/Makefile index a1489129a..e185f6679 100644 --- a/utils/gzip/Makefile +++ b/utils/gzip/Makefile @@ -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}