updated build scripts

This commit is contained in:
K D Hedger
2020-02-11 15:01:07 +00:00
parent 50e4e79520
commit a68702b410
693 changed files with 701 additions and 701 deletions

View File

@ -19,7 +19,7 @@ rm -rf "$PKG" || true
mkdir -p "$PKG"
pushd $COMPILEAT 2>/dev/null||true
tar -xvf "${SOURCEARCHIVES}/${SECTION}/${TARBALL}"
extractarchive "${SOURCEARCHIVES}/${SECTION}/${TARBALL}"
pushd "${TARNAME}-${VERSION}"
CFLAGS="$LFSFLAGS" CXXFLAGS="$LFSFLAGS" CPPFLAGS="-D__GNU_LIBRARY__=1 -D_IO_ftrylockfile " ./configure ${CONFIGOPTIONS} --without-included-gettext
make $MAKEFLAGS||make|| exit 100