diff options
author | root <root@rshg054.dnsready.net> | 2012-01-29 23:15:03 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-29 23:15:03 +0000 |
commit | 39711f3264d3b9de2ff6392649274d6333932457 (patch) | |
tree | de0577b44ca853064f52a0df25ee9f22efd756bc /testing/curl/PKGBUILD | |
parent | 738e6c6d93b4c7118e49b38c610abed8b7f7d55a (diff) |
Sun Jan 29 23:15:02 UTC 2012
Diffstat (limited to 'testing/curl/PKGBUILD')
-rw-r--r-- | testing/curl/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/testing/curl/PKGBUILD b/testing/curl/PKGBUILD index 4762c277c..43ef820bc 100644 --- a/testing/curl/PKGBUILD +++ b/testing/curl/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 147206 2012-01-24 17:51:49Z dreisner $ +# $Id: PKGBUILD 147942 2012-01-28 13:31:34Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> @@ -7,7 +7,7 @@ pkgname=curl pkgver=7.24.0 -pkgrel=1 +pkgrel=2 pkgdesc="An URL retrival utility and library" arch=('i686' 'x86_64') url="http://curl.haxx.se" @@ -15,11 +15,11 @@ license=('MIT') depends=('ca-certificates' 'libssh2' 'openssl' 'zlib') options=('!libtool') source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc} - fix-J-with-O-regression.patch + 0001-include-headers-for-tcp-keepalives.patch curlbuild.h) md5sums=('b93420f80a2baaa61a0f45214eddc2ba' '710242df6bc318d16eea611e7d1b1410' - 'aa4539ec4f4a2dad1663dc22dd3ab0a1' + '84833972c2ff36abb2bfdd4ac065c2e5' '751bd433ede935c8fae727377625a8ae') ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d') @@ -34,6 +34,8 @@ esac build() { cd "$pkgname-$pkgver" + patch -Np1 < "$srcdir/0001-include-headers-for-tcp-keepalives.patch" + ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ |