Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/packages-i486-stage1/procps-ng
diff options
context:
space:
mode:
Diffstat (limited to 'packages-i486-stage1/procps-ng')
-rw-r--r--packages-i486-stage1/procps-ng14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages-i486-stage1/procps-ng b/packages-i486-stage1/procps-ng
deleted file mode 100644
index 26d5bff..0000000
--- a/packages-i486-stage1/procps-ng
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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