diff options
| author | Markus Rinne <markus.ka.rinne@gmail.com> | 2024-03-09 17:47:25 +0200 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-11 06:39:30 +0700 |
| commit | d17c6f08bff588301c2ec24b110222f715caf4f8 (patch) | |
| tree | c202017b2f361194bc391ca5bbfe9517c177b290 /python/objgraph/objgraph.SlackBuild | |
| parent | e0e9ddb61d1c7dc1c6b8a47bd4cd5503c9867645 (diff) | |
python/objgraph: Updated for version 3.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/objgraph/objgraph.SlackBuild')
| -rw-r--r-- | python/objgraph/objgraph.SlackBuild | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/python/objgraph/objgraph.SlackBuild b/python/objgraph/objgraph.SlackBuild index 8f25f92367..714df16ef1 100644 --- a/python/objgraph/objgraph.SlackBuild +++ b/python/objgraph/objgraph.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=objgraph -VERSION=${VERSION:-3.6.0} +VERSION=${VERSION:-3.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -47,20 +47,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 rm -rf $PKG |
