diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-04-05 13:02:02 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-04-05 13:02:02 +0000 |
commit | 72b3a190611ddf7a019051ac50fb0b0b9540559c (patch) | |
tree | dc47bfaea69147cb453af4597acf3123f3faf38d /user/alpine/support-musl.patch | |
parent | c5f557745aa393736e57681ed3232b332d390c7d (diff) | |
parent | 3c624f449db741061452c50ff75938782cd1908a (diff) | |
download | packages-72b3a190611ddf7a019051ac50fb0b0b9540559c.tar.gz packages-72b3a190611ddf7a019051ac50fb0b0b9540559c.tar.bz2 packages-72b3a190611ddf7a019051ac50fb0b0b9540559c.tar.xz packages-72b3a190611ddf7a019051ac50fb0b0b9540559c.zip |
Merge branch 'alpine' into 'master'
user/alpine: new package
See merge request !212
Diffstat (limited to 'user/alpine/support-musl.patch')
-rw-r--r-- | user/alpine/support-musl.patch | 20 |
1 files changed, 20 insertions, 0 deletions
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 |