summaryrefslogtreecommitdiff
path: root/user/alpine/support-musl.patch
blob: a63a351d9e732dc1798584fee87c2eeac36b4704 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- ./configure.ac.orig
+++ ./configure.ac
@@ -726,7 +726,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  
@@ -1070,7 +1070,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