From 86c0f540a5155a42fadc79c45b3e8d35b52da9eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Sun, 6 Mar 2016 21:26:18 +0000 Subject: - Force non-widec ncurses build. - Fix $PREFIX_NATIVE/lib.bak exclusion in tarball creation. - Create lib.a files for all shared objects linked. - Fix bzip2 shared object installation. --- 104.libelf.vars | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 104.libelf.vars (limited to '104.libelf.vars') diff --git a/104.libelf.vars b/104.libelf.vars deleted file mode 100644 index 7a0f9e3d..00000000 --- a/104.libelf.vars +++ /dev/null @@ -1,16 +0,0 @@ -# -# . ./build.vars and set -o errexit are assumed. -# - -pkg_libelf_install_post() { - rm -f lib/libelf.def; - echo EXPORTS > lib/libelf.def; - perk -e lib/libelf.so >> lib/libelf.def; - ${HOST_NATIVE}-dlltool \ - --output-lib lib/libelf.lib.a \ - --dllname libelf.so \ - --input-def lib/libelf.def; - cp lib/libelf.lib.a ${PREFIX}/lib; -}; - -# vim:filetype=sh -- cgit v1.2.3