summaryrefslogtreecommitdiffhomepage
path: root/subr/pkg_setup_env.subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-13 09:12:43 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-13 09:12:43 +0000
commit557c73899991c3ba1b79662f8666c177ecd89683 (patch)
treedf94c07c11625fab2fa0695cc9e80da23dbc2e5d /subr/pkg_setup_env.subr
parent22ed12c8d52e4e4318c1e929d743aaa18953b86d (diff)
downloadmidipix_build-557c73899991c3ba1b79662f8666c177ecd89683.tar.bz2
midipix_build-557c73899991c3ba1b79662f8666c177ecd89683.tar.xz
patches/qpdf-6.0.0.local.patch, vars/build.vars: adds qpdf v6.0.0.
subr/pkg_configure.subr: explictly pass ${CPPFLAGS}. subr/pkg_setup_env.subr: explicitly set ${LIBTOOL} if ${PKG_SLIBTOOL} is st.
Diffstat (limited to 'subr/pkg_setup_env.subr')
-rw-r--r--subr/pkg_setup_env.subr1
1 files changed, 1 insertions, 0 deletions
diff --git a/subr/pkg_setup_env.subr b/subr/pkg_setup_env.subr
index fb7b4566..75bf5f96 100644
--- a/subr/pkg_setup_env.subr
+++ b/subr/pkg_setup_env.subr
@@ -40,6 +40,7 @@ pkg_setup_env() {
export RANLIB="${PKG_TARGET}-ranlib";
fi;
if [ "${PKG_SLIBTOOL}" != "default" ]; then
+ export LIBTOOL="${PKG_SLIBTOOL:-slibtool}";
export MAKE="make LIBTOOL=${PKG_SLIBTOOL:-slibtool}";
fi;
fi;