chiark / gitweb /
pass: Add comment on why we depend on coreutils
[termux-packages] / packages / alpine / configure.patch
1 diff -u -r ../alpine-2.21/configure ./configure
2 --- ../alpine-2.21/configure    2017-02-06 00:06:22.491217965 +0000
3 +++ ./configure 2017-06-14 23:28:28.132302332 +0000
4 @@ -17646,6 +17646,14 @@
5  
6      fi
7      ;;
8 +  *-*-*-android*)
9 +    alpine_SSLDIR="/data/data/com.termux/files/usr/etc/tls"
10 +    alpine_SSLCERTS="$alpine_SSLDIR/certs"
11 +    alpine_SSLKEYS="$alpine_SSLDIR/private"
12 +    alpine_SSLINCLUDE="/data/data/com.termux/files/usr/include/openssl"
13 +    alpine_SSLLIB="/data/data/com.termux/files/usr/lib"
14 +    alpine_path_delim="/"
15 +        ;;
16    *-apple-darwin*)
17      systype="OSX"
18      alpine_path_delim="/"