From 3c624f449db741061452c50ff75938782cd1908a Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Mon, 1 Apr 2019 03:38:15 -0500 Subject: user/alpine: new package --- user/alpine/support-musl.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 user/alpine/support-musl.patch (limited to 'user/alpine/support-musl.patch') diff --git a/user/alpine/support-musl.patch b/user/alpine/support-musl.patch new file mode 100644 index 000000000..ab3c2d857 --- /dev/null +++ b/user/alpine/support-musl.patch @@ -0,0 +1,20 @@ +--- ./configure.ac.orig ++++ ./configure.ac +@@ -723,7 +723,7 @@ + else + dnl preload c-client default locations/options + case $host in +- *-linux-gnu*|*-k*bsd*-gnu*|*-gnu*) ++ *-linux-gnu*|*-k*bsd*-gnu*|*-gnu*|*-linux-musl*) + if test -f /etc/fedora-release -o -f /etc/redhat-release -o -f /etc/redhat_version ; then + alpine_SSLTYPE="nopwd" + if test -d /etc/pki/tls ; then +@@ -1059,7 +1059,7 @@ + dnl build from c-client. Most of this will go away when c-client + dnl adopts configure + case "$host" in +- *-linux-gnu*|*-k*bsd*-gnu*|*-gnu*) ++ *-linux-gnu*|*-k*bsd*-gnu*|*-gnu*|*-linux-musl*) + alpine_path_delim="/" + alpine_mode_readonly="(0600)" + if test -f /etc/fedora-release ; then -- cgit v1.2.3-70-g09d2