summaryrefslogtreecommitdiff
path: root/package/gzip/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-16 18:12:01 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-01-16 18:12:01 +0100
commit329c31246e8aea3d3a1890ea839776d707b4617f (patch)
treef19cab7fef2ae5ca0765156432b60c1e08b26f26 /package/gzip/Makefile
parentf598695844a9f10a14b87c22eb28c8557a0b6662 (diff)
fix musl build, reported via IRC
Diffstat (limited to 'package/gzip/Makefile')
-rw-r--r--package/gzip/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/gzip/Makefile b/package/gzip/Makefile
index 2408989e9..0a4c40c42 100644
--- a/package/gzip/Makefile
+++ b/package/gzip/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= gzip
PKG_VERSION:= 1.6
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_HASH:= 37dfed1a485d53212c43b3fa2a7c7952f09bf5cd86e37121c222341ee1b27847
PKG_DESCR:= compression utility
PKG_SECTION:= app/archive
@@ -17,6 +17,8 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,GZIP,gzip,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+AUTOTOOL_STYLE:= autoreconf
+
gzip-install:
$(INSTALL_DIR) $(IDIR_GZIP)/usr/bin
$(CP) $(WRKINST)/usr/bin/* $(IDIR_GZIP)/usr/bin