summaryrefslogtreecommitdiff
path: root/src/stage2/patches/curl.patch
blob: b23389b4259e4828fe0dc5fc1aa3b5aabb5d84d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/PKGBUILD	2018-02-24 21:54:37.769350140 +0100
+++ b/PKGBUILD	2018-02-26 18:19:33.801102562 +0100
@@ -12,7 +12,7 @@ pkgdesc="An URL retrieval utility and li
 arch=('x86_64')
 url="https://curl.haxx.se"
 license=('MIT')
-depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib' 'libpsl' 'libnghttp2')
+depends=('ca-certificates' 'libssh2' 'openssl' 'zlib' 'libpsl' 'libnghttp2')
 provides=('libcurl.so')
 options=('strip' 'debug')
 source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc})
@@ -25,6 +25,7 @@ build() {
   cd "$pkgname-$pkgver"
 
   ./configure \
+      --host=@CHOST@ --build=@BUILDHOST@ \
       --prefix=/usr \
       --mandir=/usr/share/man \
       --disable-ldap \