From 75af8c9eccc0a4e0d6d4c4c09d4ab62db72af99e Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 29 Jun 2012 20:12:05 +0000 Subject: [PATCH] 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 --- utils/gzip/Makefile | 1 + 1 file changed, 1 insertion(+) 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} -- 2.11.0