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, 12 insertions, 0 deletions
diff --git a/packages-i486-stage1/openssl b/packages-i486-stage1/openssl
new file mode 100644
index 0000000..6e67468
--- /dev/null
+++ b/packages-i486-stage1/openssl
@@ -0,0 +1,12 @@
+# 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