Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/packages-i486-stage1/openssl
diff options
context:
space:
mode:
Diffstat (limited to 'packages-i486-stage1/openssl')
-rw-r--r--packages-i486-stage1/openssl12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages-i486-stage1/openssl b/packages-i486-stage1/openssl
deleted file mode 100644
index 6e67468..0000000
--- a/packages-i486-stage1/openssl
+++ /dev/null
@@ -1,12 +0,0 @@
-# openssl is needed for a lot of packages, most prominently for 'coreutils'
-SYSROOT_INSTALL=1
-
-# prepare configure for cross-compilation
-# see https://how-to-build-for-arm.wikispaces.com/openssl
-sed -i "s@'i686'@'$TARGET_CPU'@g" PKGBUILD
-sed -i "s@'linux-elf'@'linux-generic32'@g" PKGBUILD
-sed -i 's@shared no-ssl3-method ${optflags}@shared ${optflags}@' PKGBUILD
-sed -i "s@make@make TARGETMACH=$TARGET_ARCH BUILDMACH=$BUILD_ARCH CROSS=$TARGET_ARCH CC=$TARGET_ARCH-cc LD=$TARGET_ARCH-ld AS=$TARGET_ARCH-as@g" PKGBUILD
-
-# TODO: bc is needed in the chroot to rebuild bc later, either build bc
-# inside chroot or cross-compile here