aboutsummaryrefslogtreecommitdiffstats
path: root/main/curl/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/curl/APKBUILD')
-rw-r--r--main/curl/APKBUILD3
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