Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-23 14:02:34 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-23 14:02:34 +0100
commit5265b511c85e93fa5e882a9669c73fedf86d9a7a (patch)
treeadd5bb49ccd06e24b50f42525788b8dbe090567b
parentcb8edbf9ec88a457e715b3592e30a9884e8cbfd6 (diff)
building up to libtool
-rw-r--r--i486-stage4/libtool/DESCR15
1 files changed, 4 insertions, 11 deletions
diff --git a/i486-stage4/libtool/DESCR b/i486-stage4/libtool/DESCR
index ae91c9d..73af5f9 100644
--- a/i486-stage4/libtool/DESCR
+++ b/i486-stage4/libtool/DESCR
@@ -1,12 +1,5 @@
-# libtool has tests which should be executed!
-sed -i 's/make check || :/make check/' PKGBUILD
+# libtool has tests which should be executed, it also has a git
+# submodule check for unpublished commits, which currently must
+# be disabled..
+sed -i 's/make check || :/make gl_public_submodule_commit= check || true/' PKGBUILD
-# TODO:
-# ==> Starting check()...
-# GEN public-submodule-commit
-# fatal: Not a valid commit name 2112962abddd971a395c70611ca86caa86e7b391
-# Stopping at 'gnulib'; script returned non-zero status.
-# maint.mk: found non-public submodule commit
-# make: *** [maint.mk:1405: public-submodule-commit] Error 1
-# ==> ERROR: A failure occurred in check().
-# Aborting...