diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-31 04:16:29 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-03 10:38:34 +0700 |
commit | 5cf384fdb0ffb83d132f8b99688b0551e3878d63 (patch) | |
tree | 55ab66c3dfa264eae9e3e9a2294b8d0b77a441df /python/python3-sge | |
parent | a6eba23804dab05277958b5906440213419533ad (diff) |
python/python3-sge: Get rid of unused LIBDIRSUFFIX and SLKCFLAGS.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-sge')
-rw-r--r-- | python/python3-sge/python3-sge.SlackBuild | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/python/python3-sge/python3-sge.SlackBuild b/python/python3-sge/python3-sge.SlackBuild index b8fef544ef4b..9085021f2633 100644 --- a/python/python3-sge/python3-sge.SlackBuild +++ b/python/python3-sge/python3-sge.SlackBuild @@ -31,20 +31,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -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 SRCNAM=sge |