summaryrefslogtreecommitdiff
path: root/src/stage2/patches/generic/diffutils.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage2/patches/generic/diffutils.patch')
-rw-r--r--src/stage2/patches/generic/diffutils.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/stage2/patches/generic/diffutils.patch b/src/stage2/patches/generic/diffutils.patch
new file mode 100644
index 0000000..3afc11a
--- /dev/null
+++ b/src/stage2/patches/generic/diffutils.patch
@@ -0,0 +1,14 @@
+--- a/PKGBUILD 2018-02-20 14:18:35.357272626 +0100
++++ b/PKGBUILD 2018-02-20 14:23:51.687050887 +0100
+@@ -19,7 +19,10 @@ md5sums=('07cf286672ced26fba54cd0313bdc0
+
+ build() {
+ cd $pkgname-$pkgver
+- ./configure --prefix=/usr
++ cat > config.cache << EOF
++gl_cv_func_getopt_gnu=yes
++EOF
++ ./configure --cache-file=config.cache --host=@CHOST@ --build=@BUILDHOST@ --prefix=/usr
+ make
+ }
+