diff options
| author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-09-23 16:44:43 -0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 00:59:31 +0700 |
| commit | 0e27f11c7a4a2adc577f4d23c3d9a9800d959e2f (patch) | |
| tree | 67d6dc0d744079b0c3d9bc355e4454e11a62a91c /python/python-msal/python-msal.SlackBuild | |
| parent | 8585f25467d18498a08d6696c0292956b952927d (diff) | |
python/python-msal: Version bump to 1.24.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-msal/python-msal.SlackBuild')
| -rw-r--r-- | python/python-msal/python-msal.SlackBuild | 16 |
1 files changed, 1 insertions, 15 deletions
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 |
