From 043b28ac8ebcaedac5d39bdf7f1f366b7818a666 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 4 Feb 2018 09:37:37 +0100 Subject: reorganized directory structure for package description, patches and other files --- i486-stage1/zlib/DESCR | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 i486-stage1/zlib/DESCR (limited to 'i486-stage1/zlib') diff --git a/i486-stage1/zlib/DESCR b/i486-stage1/zlib/DESCR new file mode 100644 index 0000000..32df420 --- /dev/null +++ b/i486-stage1/zlib/DESCR @@ -0,0 +1,6 @@ +# zlib is needed by cracklib, binutils, curl, file, libarchive, ... +SYSROOT_INSTALL=1 + +# prepare configure for cross-compilation +sed -i "1!N; /autoreconf.*\n/ s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@" 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 -- cgit v1.2.3-54-g00ecf