projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c236f5
)
gzip: avoid using clock_gettime. it is unnecessary and pulls in librt when using...
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 29 Jun 2012 20:12:05 +0000
(20:12 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 29 Jun 2012 20:12:05 +0000
(20:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32533
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
utils/gzip/Makefile
patch
|
blob
|
history
diff --git
a/utils/gzip/Makefile
b/utils/gzip/Makefile
index
a148912
..
e185f66
100644
(file)
--- 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}