summaryrefslogtreecommitdiff
path: root/src/stage2/patches/generic/gzip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage2/patches/generic/gzip.patch')
-rw-r--r--src/stage2/patches/generic/gzip.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stage2/patches/generic/gzip.patch b/src/stage2/patches/generic/gzip.patch
new file mode 100644
index 0000000..54d6d05
--- /dev/null
+++ b/src/stage2/patches/generic/gzip.patch
@@ -0,0 +1,11 @@
+--- a/PKGBUILD 2018-02-20 18:28:28.118987127 +0100
++++ b/PKGBUILD 2018-02-20 18:28:45.398178518 +0100
+@@ -31,7 +31,7 @@ prepare() {
+
+ build() {
+ cd $pkgname-$pkgver
+- ./configure --prefix=/usr
++ ./configure --host=@CHOST@ --build=@BUILDHOST@ --prefix=/usr
+ make
+ }
+