diff options
author | Kiyoshi Aman <kiyoshi.aman@gmail.com> | 2020-06-19 23:40:14 +0000 |
---|---|---|
committer | Kiyoshi Aman <kiyoshi.aman@gmail.com> | 2020-06-19 23:40:14 +0000 |
commit | e797ad37fcba0ef0bcc800e013c9a7d9e4c54fbb (patch) | |
tree | f5323a1e258d6e40bb789555b4a829036c74957c /user/alpine/support-musl.patch | |
parent | c3ad661174e3f770b100812c6075f2ca092e9c2a (diff) | |
download | packages-e797ad37fcba0ef0bcc800e013c9a7d9e4c54fbb.tar.gz packages-e797ad37fcba0ef0bcc800e013c9a7d9e4c54fbb.tar.bz2 packages-e797ad37fcba0ef0bcc800e013c9a7d9e4c54fbb.tar.xz packages-e797ad37fcba0ef0bcc800e013c9a7d9e4c54fbb.zip |
user/alpine: upgrade to 2.23
Diffstat (limited to 'user/alpine/support-musl.patch')
-rw-r--r-- | user/alpine/support-musl.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/user/alpine/support-musl.patch b/user/alpine/support-musl.patch deleted file mode 100644 index a63a351d9..000000000 --- a/user/alpine/support-musl.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- ./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 |