summaryrefslogtreecommitdiff
path: root/packages-i486-stage1/procps-ng
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-01 18:34:42 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-01 18:34:42 +0100
commit655acd3a233b60c5618d0239e9a716865c0b595a (patch)
treeb37945e3e9e882a72cf389e1f1ef9da667201b26 /packages-i486-stage1/procps-ng
parentd4d48845954a13a311af53d2a881cedee0e7e27e (diff)
downloadbootstrap32-655acd3a233b60c5618d0239e9a716865c0b595a.tar.xz
building more utilities
Diffstat (limited to 'packages-i486-stage1/procps-ng')
-rw-r--r--packages-i486-stage1/procps-ng14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages-i486-stage1/procps-ng b/packages-i486-stage1/procps-ng
new file mode 100644
index 0000000..26d5bff
--- /dev/null
+++ b/packages-i486-stage1/procps-ng
@@ -0,0 +1,14 @@
+# prepare configure for cross-compilation
+sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@" PKGBUILD
+
+# no systemd for now
+sed -i "/makedepends=/s/'systemd'//" PKGBUILD
+sed -i "/depends=/s/'libsystemd'//" PKGBUILD
+sed -i 's@--with-systemd@--without-systemd@' PKGBUILD
+
+# do not use the stub rpl_malloc/rpl_realloc functions (they don't cross-compile
+# and we know that glibc fixed those problems long time ago)
+sed -i '2!N; /prepare()/ a \ sed -i "s/AC_FUNC_MALLOC/dnl AC_FUNC_MALLOC/" configure.ac \
+ sed -i "s/AC_FUNC_REALLOC/dnl AC_FUNC_RELLOC/" configure.ac \
+ autoconf
+' PKGBUILD