summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-10 22:20:49 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-10 22:20:49 +0100
commit09c3eefebcf3cf879d11b509b70b70807066182e (patch)
treee06b2d80ae5af2c9dff21c2dde0c23ce4aef16e6 /README
parent48e24fe9d12c3b7633f10a24e8be9a544eccfd75 (diff)
downloadbootstrap32-09c3eefebcf3cf879d11b509b70b70807066182e.tar.xz
added strace for debugging
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 1 insertions, 14 deletions
diff --git a/README b/README
index 8f9434d..2adc0da 100644
--- a/README
+++ b/README
@@ -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