network/surl: Get rid of unused LIBDIRSUFFIX and SLKCFLAGS.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-05-31 04:05:42 -04:00 committed by Willy Sudiarto Raharjo
parent b020658a6f
commit dc70ee3f12
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 0 additions and 14 deletions

View File

@ -37,20 +37,6 @@ OUTPUT=${OUTPUT:-/tmp}
TARBALL=$CWD/${PRGNAM}_$VERSION-1~ppa2~ubuntu13.10.1.tar.gz
SRCDIR=recipe-$VERSION-1~ppa2
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e
rm -rf $PKG