summaryrefslogtreecommitdiffstats
path: root/package/gzip
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-01-24 17:32:29 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-01-25 23:11:23 +0100
commit925c77e403871ede56830b957307c8a1b544f0d5 (patch)
tree71a89647dbd41a056ae725d7c8e2bba9d310046e /package/gzip
parentc7a634e6fdeae659b853f928f4bdae0ce8480975 (diff)
downloadbuildroot-925c77e403871ede56830b957307c8a1b544f0d5.tar.gz
buildroot-925c77e403871ede56830b957307c8a1b544f0d5.zip
package/gzip: fix musl build
Inspired by http://patchwork.openembedded.org/patch/111691/ Adding "gl_cv_func_fflush_stdin=yes" was sufficient to fix the build. Fixes http://autobuild.buildroot.net/results/56d/56d926fcf8ca53cddb9106617e3b852d9c9a4eeb/ http://autobuild.buildroot.net/results/4b5/4b5a6196b686030cf7fa9706508fd99f81a81049/ http://autobuild.buildroot.net/results/568/568c1c05800d6bdd6457845e998a598e354afdfd/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gzip')
-rw-r--r--package/gzip/gzip.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gzip/gzip.mk b/package/gzip/gzip.mk
index 4ae2ae03da..1b2f678fe0 100644
--- a/package/gzip/gzip.mk
+++ b/package/gzip/gzip.mk
@@ -13,5 +13,6 @@ GZIP_CONF_OPTS = --exec-prefix=/
GZIP_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
GZIP_LICENSE = GPLv3+
GZIP_LICENSE_FILES = COPYING
+GZIP_CONF_ENV += gl_cv_func_fflush_stdin=yes
$(eval $(autotools-package))
OpenPOWER on IntegriCloud