Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/libidn2/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/libidn2/PKGBUILD b/core/libidn2/PKGBUILD
index e23bc8b4..894cb05f 100644
--- a/core/libidn2/PKGBUILD
+++ b/core/libidn2/PKGBUILD
@@ -2,3 +2,11 @@
makedepends=(${makedepends[@]//ruby-ronn-ng/})
makedepends_i686+=(ruby-ronn-ng)
makedepends_pentium4=("${makedepends_i686[@]}")
+
+# GNU make is failing us now?
+eval "$(
+ declare -f build | \
+ sed '
+ s/configure/configure --disable-dependency-tracking /
+ '
+)"