From: nbd 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://207.154.207.93/?a=commitdiff_plain;h=75af8c9eccc0a4e0d6d4c4c09d4ab62db72af99e;p=packages.git 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 --- 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}