diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-17 19:39:24 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-17 19:39:24 +0100 |
commit | 13df9ea2e8e9f3239e14120e8b30e11e4a60ddb5 (patch) | |
tree | bdec32b83a80244a159fe96d350e2d49cb69d0fe /i486-stage4 | |
parent | 90455ce03749a646f7a8b46bd03a4d937cbbe0e6 (diff) | |
download | bootstrap32-13df9ea2e8e9f3239e14120e8b30e11e4a60ddb5.tar.xz |
testing automake, quite some Python errors
Diffstat (limited to 'i486-stage4')
-rw-r--r-- | i486-stage4/autoconf/DESCR | 3 | ||||
-rw-r--r-- | i486-stage4/automake/DESCR | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/i486-stage4/autoconf/DESCR b/i486-stage4/autoconf/DESCR index a678d74..e9d0e50 100644 --- a/i486-stage4/autoconf/DESCR +++ b/i486-stage4/autoconf/DESCR @@ -5,7 +5,8 @@ sed -i "/checkdepends=(/s/checkdepends=('gcc-go' //" PKGBUILD # 38: autotools and whitespace in file names FAILED (tools.at:1310) # => curiously not happending on this version!? -# autoconf: 351 Go: https://lists.gnu.org/archive/html/bug-autoconf/2013-01/msg00000.html +# autoconf: 351 Go: https://lists.gnu.org/archive/html/bug-autoconf/2013-01/msg00000.html, +# see FS#57870 sed -i 's@source=(@source=(autoconf-2.69-go-test-351-OpenFile.patch @' PKGBUILD sed -i "s@md5sums=(@md5sums=('a7e1e05d4372b2ef5fae29b59e677e7d' @" PKGBUILD sed -i '/patch -p1.*libtool/ a \ patch -Np1 -i "${srcdir}/autoconf-2.69-go-test-351-OpenFile.patch"' PKGBUILD diff --git a/i486-stage4/automake/DESCR b/i486-stage4/automake/DESCR new file mode 100644 index 0000000..88466e8 --- /dev/null +++ b/i486-stage4/automake/DESCR @@ -0,0 +1,5 @@ +# no vala +sed -i "/checkdepends=/s/'vala'//" PKGBUILD + +# no java +sed -i "/checkdepends=/s/'java-environment'//" PKGBUILD |