From f7db6862c9223c8ed75eff57c7d73f2c7f6b8eb7 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 17 Sep 2013 16:36:14 +0200 Subject: [PATCH] musl: fix gzip support --- base/musl/parse-config-9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/musl/parse-config-9 b/base/musl/parse-config-9 index b6722f24f..6a8bc43b4 100644 --- a/base/musl/parse-config-9 +++ b/base/musl/parse-config-9 @@ -182,7 +182,7 @@ if [ "$SDECFG_LIBC" == "musl" ]; then ;; # packages to fix gnulib weirdness - m4) + gzip|m4) hook_add preconf 9 'musl_fix_gnulib lib' ;;