index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/libidn2/PKGBUILD | 8 |
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 / + ' +)" |