summaryrefslogtreecommitdiff
path: root/src/stage2/patches/pkg-config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage2/patches/pkg-config.patch')
-rw-r--r--src/stage2/patches/pkg-config.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage2/patches/pkg-config.patch b/src/stage2/patches/pkg-config.patch
index 3cbd432..5f067b0 100644
--- a/src/stage2/patches/pkg-config.patch
+++ b/src/stage2/patches/pkg-config.patch
@@ -5,7 +5,7 @@
build() {
cd $pkgname-$pkgver
- ./configure --build=$CHOST --prefix=/usr
-+ ./configure --host=@TARGET@ --build=@BUILDHOST@ --prefix=/usr
++ ./configure --host=@CHOST@ --build=@BUILDHOST@ --prefix=/usr
make
}