summaryrefslogtreecommitdiff
path: root/src/stage2/patches/generic/tar.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage2/patches/generic/tar.patch')
-rw-r--r--src/stage2/patches/generic/tar.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stage2/patches/generic/tar.patch b/src/stage2/patches/generic/tar.patch
new file mode 100644
index 0000000..c6075f7
--- /dev/null
+++ b/src/stage2/patches/generic/tar.patch
@@ -0,0 +1,11 @@
+--- a/PKGBUILD 2018-02-16 13:59:07.215590435 +0100
++++ b/PKGBUILD 2018-02-16 14:01:48.097373800 +0100
+@@ -33,7 +33,7 @@ prepare() {
+
+ build() {
+ cd $pkgname-$pkgver
+- ./configure --prefix=/usr --libexecdir=/usr/lib/tar
++ ./configure --host=@CHOST@ --build=@BUILDHOST@ --prefix=/usr --libexecdir=/usr/lib/tar
+ make
+ }
+