Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7f66c0a16103326ce825f3b4b4222a15f2507667

commit 7f66c0a16103326ce825f3b4b4222a15f2507667
Author: crazy <cr...@frugalware.org>
Date:   Fri May 19 14:29:44 2017 +0200

curl-7.54.0-3-x86_64
* static libs round2 :)
* disabled ldap also enabled ipv6

diff --git a/source/network/curl/FrugalBuild b/source/network/curl/FrugalBuild
index a4bd1a6..7d89761 100644
--- a/source/network/curl/FrugalBuild
+++ b/source/network/curl/FrugalBuild
@@ -4,17 +4,17 @@

pkgname=curl
pkgver=7.54.0
-pkgrel=2
+pkgrel=3
pkgdesc="A command line tool for transferring data specified with URL syntax."
url="http://curl.haxx.se";
makedepends=('groff')
-depends=('nghttp2>=1.7.1-2' 'libidn2>=0.11' 'libssh2>=1.7.0-4' 'libldap')
+depends=('nghttp2>=1.7.1-2' 'libidn2>=0.11' 'libssh2>=1.7.0-4')
rodepends=('c-ares>=1.11.0-2') # Binary backward compatibility
groups=('network')
archs=("x86_64")
options+=('static') ## pacman
-Fconfopts+=" --enable-threaded-resolver --enable-static" # asynchronous 
resolver is required by various tools.
-F32confopts="  --without-libssh2"
+Fconfopts+=" --enable-threaded-resolver --enable-static --enable-ipv6 
--disable-ldap --disable-ldap" # asynchronous resolver is required by various 
tools.
+F32confopts+=" --without-libssh2"
up2date="Flasttarbz2 $url/download.html"
source=(http://curl.haxx.se/download/$pkgname-$pkgver.tar.bz2)
signatures=($source.asc)
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to