summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-12 00:05:09 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-12 00:05:09 +0000
commit8c8c83b9fe2645a8c69f87a035d113857a31e233 (patch)
treebe23bd56b7a77944507cfbd2c95d2f9209c98b80 /vars
parent1eec19a5bbee231477e7a2024119a53ff7b8dd8c (diff)
downloadmidipix_build-8c8c83b9fe2645a8c69f87a035d113857a31e233.tar.bz2
midipix_build-8c8c83b9fe2645a8c69f87a035d113857a31e233.tar.xz
vars/build.vars:libelf:${PKG_CONFIGURE_ARGS}: configure w/ --disable-nls --host=${DEFAULT_TARGET} --prefix= --program-prefix= --target=${DEFAULT_TARGET}.
Diffstat (limited to 'vars')
-rw-r--r--vars/build.vars1
1 files changed, 1 insertions, 0 deletions
diff --git a/vars/build.vars b/vars/build.vars
index 52ddf1c2..d39a9728 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -784,6 +784,7 @@ NATIVE_PACKAGES_DEPS_PYTHON="${PREFIX}/bin/python2";
: ${PKG_LIBELF_SHA256SUM:=591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d};
: ${PKG_LIBELF_VERSION:=0.8.13};
: ${PKG_LIBELF_URL:=https://fossies.org/linux/misc/old/libelf-${PKG_LIBELF_VERSION}.tar.gz};
+: ${PKG_LIBELF_CONFIGURE_ARGS:="--disable-nls --host=${DEFAULT_TARGET} --prefix= --program-prefix= --target=${DEFAULT_TARGET}"};
: ${PKG_LIBELF_MAKE_INSTALL_VNAME:=prefix};
: ${PKG_LIBELF_PATCHES_EXTRA:="${BUILD_WORKDIR}/chainport/patches/libelf/libelf-${PKG_LIBELF_VERSION}.midipix.patch"};
: ${PKG_LIBREADLINE_DEPENDS:="ncurses"};