diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-10 22:20:49 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-10 22:20:49 +0100 |
commit | 09c3eefebcf3cf879d11b509b70b70807066182e (patch) | |
tree | e06b2d80ae5af2c9dff21c2dde0c23ce4aef16e6 /README | |
parent | 48e24fe9d12c3b7633f10a24e8be9a544eccfd75 (diff) | |
download | bootstrap32-09c3eefebcf3cf879d11b509b70b70807066182e.tar.xz |
added strace for debugging
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -172,7 +172,7 @@ PACKAGES=" \ # TODO: iputils is for ping only, a little bit too many packages for # that. sysfsutils libidn nettle iputils" -# libunwind and systrace for debugging +# systrace for debugging # sysfsutils and libidn, nettle for iputils SYSROOT_PACKAGES=" \ @@ -184,19 +184,6 @@ sysfsutils libidn" ################################### - -# libunwind -sed -i 's@./configure@./configure --host=i486-unknown-linux-gnu --build=x86_64-pc-linux-gnu@g' libunwind/PKGBUILD -# no TeX, no docu -sed -i "/makedepends=/s/'texlive-core'//g" libunwind/PKGBUILD - -# strace -sed -i 's@./configure@./configure --host=i486-unknown-linux-gnu --build=x86_64-pc-linux-gnu@g' strace/PKGBUILD - - - - - # libidn sed -i 's@./configure@./configure --host=i486-unknown-linux-gnu --build=x86_64-pc-linux-gnu@g' libidn/PKGBUILD |