Merge branch '2.8' into 3.0

This commit is contained in:
Fredrik Rinnestam 2012-11-30 18:09:22 +01:00
commit 4a6ac57a79

View File

@ -5,7 +5,7 @@
name=curl name=curl
version=7.28.1 version=7.28.1
release=1 release=2
source=(http://curl.haxx.se/download/$name-$version.tar.lzma) source=(http://curl.haxx.se/download/$name-$version.tar.lzma)
build() { build() {
@ -14,7 +14,8 @@ build() {
--mandir=/usr/man \ --mandir=/usr/man \
--enable-ipv6 \ --enable-ipv6 \
--without-libidn \ --without-libidn \
--enable-threaded-resolver --enable-threaded-resolver \
--with-ca-bundle=/etc/ssl/cert.pem
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }