summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ed3e8283e49..246a89dd7eb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,8 @@ prepare() {
--prefix=/usr \
--sysconfdir=/etc \
--enable-download \
- --disable-mumps
+ --disable-mumps \
+ --disable-hpddm
find . -name Makefile -exec sed -i 's+^gcc+gcc =+' {} \;
find . -name Makefile -exec sed -i 's+^dir+dir =+' {} \;
}