summaryrefslogtreecommitdiff
path: root/src/stage2/patches/libgcrypt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage2/patches/libgcrypt.patch')
-rw-r--r--src/stage2/patches/libgcrypt.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage2/patches/libgcrypt.patch b/src/stage2/patches/libgcrypt.patch
index 2519f89..5756bfb 100644
--- a/src/stage2/patches/libgcrypt.patch
+++ b/src/stage2/patches/libgcrypt.patch
@@ -4,7 +4,7 @@
build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
-+ --host=@TARGET@ --build=@BUILDHOST@ \
++ --host=@CHOST@ --build=@BUILDHOST@ \
--disable-static \
--disable-padlock-support
make