index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-13 14:45:28 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-13 14:45:28 +0100 |
commit | 57523f989d767a88d8c6b881f4cf0a62a55c0ebe (patch) | |
tree | 57f73ff5a2eadecb4577303e9ca8d0a586111ba7 | |
parent | 9ae0afbe3afcc22ce9d25002e33c5ff2356e7362 (diff) |
-rw-r--r-- | TODOS | 1 | ||||
-rw-r--r-- | i486-stage1/kbd/DESCR | 4 |
@@ -49,3 +49,4 @@ - using the cross compiler for syslinux is most likely overkill - some packages still build more than really needed: - syslinux: builds docu with asciidoc and build EFI stuff from gnu-efi +- net-tools, redo the patch diff --git a/i486-stage1/kbd/DESCR b/i486-stage1/kbd/DESCR index 2e3bcfb..ea23771 100644 --- a/i486-stage1/kbd/DESCR +++ b/i486-stage1/kbd/DESCR @@ -3,3 +3,7 @@ sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@" PKGB # no unit testing (using C 'check') sed -i 's@makedepends\(.*\)@#makedepends\1@g' PKGBUILD + +# do not build test programs, they need libcheck +sed -i "s@./configure@./configure --disable-tests @" PKGBUILD + |