From 7ff38024bec68fe70fb6eec0f5cd16188507558f Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 6 Oct 2021 23:29:58 +0100 Subject: added all lfs packages --- repo/core/libffi.xibuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 repo/core/libffi.xibuild (limited to 'repo/core/libffi.xibuild') diff --git a/repo/core/libffi.xibuild b/repo/core/libffi.xibuild new file mode 100644 index 0000000..872cb83 --- /dev/null +++ b/repo/core/libffi.xibuild @@ -0,0 +1,12 @@ +#!/bin/bash + +DEPS=(glibc) + +SOURCE=https://github.com/libffi/libffi/releases/download/v3.4.2/libffi-3.4.2.tar.gz +DESC="Portable foreign function interface library" + +build () { + ./configure --prefix=/usr --disable-static --with-gcc-arch=native --disable-exec-static-tramp + make + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1