summaryrefslogtreecommitdiff
path: root/src/stage2/patches/libcap-ng.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage2/patches/libcap-ng.patch')
-rw-r--r--src/stage2/patches/libcap-ng.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage2/patches/libcap-ng.patch b/src/stage2/patches/libcap-ng.patch
index f5b4643..58c5bb0 100644
--- a/src/stage2/patches/libcap-ng.patch
+++ b/src/stage2/patches/libcap-ng.patch
@@ -5,7 +5,7 @@
cd $pkgname-$pkgver
- ./configure --prefix=/usr --enable-static=no --with-python=no
-+ ./configure --host=@TARGET@ --build=@BUILDHOST@ --prefix=/usr --enable-static=no --with-python=no
++ ./configure --host=@CHOST@ --build=@BUILDHOST@ --prefix=/usr --enable-static=no --with-python=no
make
}