diff options
author | V.Krishn <vkrishn4@gmail.com> | 2015-12-01 17:30:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-02 10:58:41 +0000 |
commit | cf326269b87e280afa656bd72c0eeafe53c46532 (patch) | |
tree | 99b85d830dbfd54328c5fcb5c266deb60b8a2644 /main/curl/APKBUILD | |
parent | fb92b742c2e3417e5f5706527bf20091c91b509c (diff) | |
download | aports-cf326269b87e280afa656bd72c0eeafe53c46532.tar.bz2 aports-cf326269b87e280afa656bd72c0eeafe53c46532.tar.xz |
main/curl: enable unix-sockets
Diffstat (limited to 'main/curl/APKBUILD')
-rw-r--r-- | main/curl/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/curl/APKBUILD b/main/curl/APKBUILD index dfc7ac4089..b2791cd7bd 100644 --- a/main/curl/APKBUILD +++ b/main/curl/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=curl pkgver=7.45.0 -pkgrel=0 +pkgrel=1 pkgdesc="An URL retrival utility and library" url="http://curl.haxx.se" arch="all" @@ -33,6 +33,7 @@ build() { --mandir=/usr/share/man \ --without-libidn \ --enable-ipv6 \ + --enable-unix-sockets \ --disable-ldap \ || return 1 make || return 1 |