summaryrefslogtreecommitdiffhomepage
path: root/subr/pkg_build.subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-03 04:17:55 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-03 04:17:55 +0100
commitf539a4f6f6e2865d20f6fa6129e8c5315c3eafa1 (patch)
tree73ef6c1032f2b969385ac39acf8841898caeda72 /subr/pkg_build.subr
parent5b02e1597a0c3aa9c6c6d385acea34de6e37fadf (diff)
downloadmidipix_build-f539a4f6f6e2865d20f6fa6129e8c5315c3eafa1.tar.bz2
midipix_build-f539a4f6f6e2865d20f6fa6129e8c5315c3eafa1.tar.xz
subr/pkg_{build,install,setup}.subr: cleanup.
Diffstat (limited to 'subr/pkg_build.subr')
-rw-r--r--subr/pkg_build.subr3
1 files changed, 0 insertions, 3 deletions
diff --git a/subr/pkg_build.subr b/subr/pkg_build.subr
index d9b1e684..58a9e55c 100644
--- a/subr/pkg_build.subr
+++ b/subr/pkg_build.subr
@@ -7,9 +7,6 @@ pkg_build() {
if [ -n "${PKG_BUILD_CMDLINE}" ]; then
${PKG_BUILD_CMDLINE};
elif [ ${PKG_NO_MAKE_BUILD:-0} -eq 0 ]; then
- if [ "${PKG_SLIBTOOL}" != "default" ]; then
- export MAKE="make LIBTOOL=${PKG_SLIBTOOL:-slibtool}";
- fi;
# N.B. We only specify CC= here if the current package does not use GNU
# autoconf as it often abuses it by appending -std={gnu99,...} to it
# instead of amending CFLAGS.