From 0e27f11c7a4a2adc577f4d23c3d9a9800d959e2f Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Sat, 23 Sep 2023 16:44:43 -0700 Subject: python/python-msal: Version bump to 1.24.0 Signed-off-by: Willy Sudiarto Raharjo --- python/python-msal/python-msal.SlackBuild | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'python/python-msal/python-msal.SlackBuild') diff --git a/python/python-msal/python-msal.SlackBuild b/python/python-msal/python-msal.SlackBuild index 519a08f5a9..6e93c1cbc9 100644 --- a/python/python-msal/python-msal.SlackBuild +++ b/python/python-msal/python-msal.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-msal -VERSION=${VERSION:-1.23.0} +VERSION=${VERSION:-1.24.0} SRCNAM=${SRCNAM:-microsoft-authentication-library-for-python} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -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 -- cgit v1.2.3