summaryrefslogtreecommitdiff
path: root/src/stage2/patches/openssl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage2/patches/openssl.patch')
-rw-r--r--src/stage2/patches/openssl.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage2/patches/openssl.patch b/src/stage2/patches/openssl.patch
index 6999937..5404139 100644
--- a/src/stage2/patches/openssl.patch
+++ b/src/stage2/patches/openssl.patch
@@ -8,7 +8,7 @@
# mark stack as non-executable: http://bugs.archlinux.org/task/12434
./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
-+ --cross-compile-prefix=@TARGET@- no-asm \
++ --cross-compile-prefix=@CHOST@- no-asm \
shared no-ssl3-method ${optflags} \
"${openssltarget}" \
"-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"