summaryrefslogtreecommitdiff
path: root/src/stage2/patches/libnftnl.patch
blob: 7a3cdb2b10f100649c2e05e0a796969c2610b371 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/PKGBUILD	2018-02-16 20:23:32.691046477 +0100
+++ b/PKGBUILD	2018-02-16 20:23:49.301229841 +0100
@@ -17,7 +17,7 @@ sha1sums=('90b70f52a26f88ab1106671e797fa
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --host=@TARGET@ --build=@BUILDHOST@ --prefix=/usr
   make
 }