summaryrefslogtreecommitdiff
path: root/src/stage2/patches/generic/gawk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage2/patches/generic/gawk.patch')
-rw-r--r--src/stage2/patches/generic/gawk.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stage2/patches/generic/gawk.patch b/src/stage2/patches/generic/gawk.patch
new file mode 100644
index 0000000..14476d8
--- /dev/null
+++ b/src/stage2/patches/generic/gawk.patch
@@ -0,0 +1,11 @@
+--- a/PKGBUILD 2018-02-20 11:28:47.260891678 +0100
++++ b/PKGBUILD 2018-02-20 11:29:03.356079065 +0100
+@@ -19,7 +19,7 @@ validpgpkeys=('D1967C63788713177D861ED7D
+
+ build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+- ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --without-libsigsegv
++ ./configure --host=@CHOST@ --build=@BUILDHOST@ --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --without-libsigsegv
+ make
+ }
+