diff options
author | Timo Teräs <timo.teras@iki.fi> | 2018-04-09 06:25:47 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-04-09 06:25:47 +0000 |
commit | 8b0d7dd4e894d2fafd4ff8bf46cadf7e40134717 (patch) | |
tree | 80b3ddfe87daa367a50ea2a32149114d332e7897 /unmaintained/alpine/uclibc-musl.patch | |
parent | 91b32f90c7a33986207643a7a3a7426a0f9186e6 (diff) | |
download | aports-8b0d7dd4e894d2fafd4ff8bf46cadf7e40134717.tar.bz2 aports-8b0d7dd4e894d2fafd4ff8bf46cadf7e40134717.tar.xz |
unmaintained/alpine: upstream deleted distribution
We may move this back to community once a proper fork is selected.
Diffstat (limited to 'unmaintained/alpine/uclibc-musl.patch')
-rw-r--r-- | unmaintained/alpine/uclibc-musl.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/unmaintained/alpine/uclibc-musl.patch b/unmaintained/alpine/uclibc-musl.patch new file mode 100644 index 0000000000..9ebe5de183 --- /dev/null +++ b/unmaintained/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 |