diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-14 09:41:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-14 09:41:47 +0000 |
commit | 73cbf1b72f817d729386d4eca4118ffd551f373c (patch) | |
tree | 5bb1359bf355190e061d3cb2e398afc5ee9e982a /main/alpine/uclibc.patch | |
parent | 71b477a8f8fa6985aea552ed941e6ea73d43852f (diff) | |
download | aports-73cbf1b72f817d729386d4eca4118ffd551f373c.tar.bz2 aports-73cbf1b72f817d729386d4eca4118ffd551f373c.tar.xz |
main/alpine: build fix for uclibc
Diffstat (limited to 'main/alpine/uclibc.patch')
-rw-r--r-- | main/alpine/uclibc.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/main/alpine/uclibc.patch b/main/alpine/uclibc.patch new file mode 100644 index 0000000000..f4c84fff54 --- /dev/null +++ b/main/alpine/uclibc.patch @@ -0,0 +1,20 @@ +--- ./configure.ac.orig 2013-08-14 09:23:19.968703427 +0000 ++++ ./configure.ac 2013-08-14 09:24:02.892913484 +0000 +@@ -597,7 +597,7 @@ + else + dnl preload c-client default locations/options + case $host in +- *-linux-gnu) ++ *-linux-gnu|*-linux-uclibc) + 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 +@@ -1271,7 +1271,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*) ++ *-linux-gnu*|*-k*bsd*-gnu*|*-linux-uclibc) + alpine_path_delim="/" + alpine_mode_readonly="(0600)" + if test -f /etc/fedora-release ; then |