summaryrefslogtreecommitdiffhomepage
path: root/pkg.build
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-02-12 19:09:52 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-02-12 19:09:52 +0100
commit36eb07546b8fa2d50d59f7ac85fc5c9238d4c5fe (patch)
treec9bf073230ea1fca57e52796a570459678fc8612 /pkg.build
parentc743c8cee57523c31365fbae64921354fc0c98ed (diff)
downloadmidipix_build-36eb07546b8fa2d50d59f7ac85fc5c9238d4c5fe.tar.bz2
midipix_build-36eb07546b8fa2d50d59f7ac85fc5c9238d4c5fe.tar.xz
Integrated OpenSSH v7.1p2.
Diffstat (limited to 'pkg.build')
-rw-r--r--pkg.build11
1 files changed, 7 insertions, 4 deletions
diff --git a/pkg.build b/pkg.build
index ac7bd852..e357912f 100644
--- a/pkg.build
+++ b/pkg.build
@@ -7,8 +7,9 @@ parse_with_pkg_name ${2} \
bash binutils binutils_host bzip2 coreutils \
dalist dash diffutils findutils gawk git gmp \
grep gzip less libelf libressl libz make mpc mpfr \
- ncurses ntapi ntcon ntctty patch pemagine popt psxscl \
- psxstub psxtypes rsync sed tar util_linux which xz;
+ ncurses ntapi ntcon ntctty openssh patch pemagine \
+ popt psxscl psxstub psxtypes rsync sed tar util_linux \
+ which xz;
case "${SCRIPT_FNAME%[0-9][0-9]*}" in
1) _configure_args="--host=${HOST_NATIVE} --prefix=${PKG_PREFIX:-/} --target=${TARGET}";
PKG_NO_CONFIG_CACHE=1; ;;
@@ -110,7 +111,8 @@ if ! is_build_script_done install1; then
${CC:+CC=${CC}} ${CFLAGS:+"CFLAGS=${CFLAGS}"} \
${LD:+LD=${LD}} ${LDFLAGS:+"LDFLAGS=${LDFLAGS}"}\
${RANLIB:+RANLIB=${RANLIB}} \
- DESTDIR=${PREFIX_LVL} install;
+ DESTDIR=${PREFIX_LVL} \
+ ${PKG_INSTALL_TARGET:-install};
else
make ${PKG_MAKEFLAGS_INSTALL_EXTRA:+${PKG_MAKEFLAGS_BUILD_EXTRA}}\
${MAKEFLAGS} \
@@ -118,7 +120,8 @@ if ! is_build_script_done install1; then
${CC:+CC=${CC}} ${CFLAGS:+"CFLAGS=${CFLAGS}"} \
${LD:+LD=${LD}} ${LDFLAGS:+"LDFLAGS=${LDFLAGS}"}\
${PREFIX:+PREFIX=${PREFIX}} \
- ${RANLIB:+RANLIB=${RANLIB}} install;
+ ${RANLIB:+RANLIB=${RANLIB}} \
+ ${PKG_INSTALL_TARGET:-install};
fi;
set_build_script_done install1 -install2 -finish;
fi;