summaryrefslogtreecommitdiffstats
path: root/curl/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'curl/Pkgfile')
-rwxr-xr-xcurl/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/curl/Pkgfile b/curl/Pkgfile
index ba0123ffa..4f7f416f3 100755
--- a/curl/Pkgfile
+++ b/curl/Pkgfile
@@ -6,7 +6,7 @@
name=curl
version=7.24.0
-release=1
+release=2
source=(http://curl.haxx.se/download/$name-$version.tar.lzma)
build() {
@@ -14,7 +14,8 @@ build() {
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
- --enable-ipv6
+ --enable-ipv6 \
+ --disable-ldap
make
make DESTDIR=$PKG install
echo "/* not used */" > $PKG/usr/include/curl/types.h