diff options
author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2019-04-22 23:24:30 +0300 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2019-04-22 23:24:54 +0300 |
commit | ac725880844916878fa17dabc88d955eef439140 (patch) | |
tree | c224816ffbca22ccaf6cea5ce1c8c8e59de05f2a /community/alpine/uclibc-musl.patch | |
parent | 49bb78227da540ae8801f17c72d52a3beec8b288 (diff) | |
download | aports-ac725880844916878fa17dabc88d955eef439140.tar.bz2 aports-ac725880844916878fa17dabc88d955eef439140.tar.xz |
community/alpine: moved from unmaintained
Diffstat (limited to 'community/alpine/uclibc-musl.patch')
-rw-r--r-- | community/alpine/uclibc-musl.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/community/alpine/uclibc-musl.patch b/community/alpine/uclibc-musl.patch new file mode 100644 index 0000000000..9ebe5de183 --- /dev/null +++ b/community/alpine/uclibc-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-uclibc|*-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-uclibc|*-linux-musl*) + alpine_path_delim="/" + alpine_mode_readonly="(0600)" + if test -f /etc/fedora-release ; then |