summaryrefslogtreecommitdiffstats
path: root/python/python2-pyasn1-modules/python2-pyasn1-modules.SlackBuild
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2024-01-18 16:06:14 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-19 09:51:08 +0700
commit2c2f2e7bf9f8bcc10de89e24218d4aa04899e2c4 (patch)
tree3ffd37eaddc55817ccd56e2072135bdac85515c5 /python/python2-pyasn1-modules/python2-pyasn1-modules.SlackBuild
parent5eb7bef9acecd1830c741549c377add90f0f4e1b (diff)
downloadslackbuilds-2c2f2e7bf9f8bcc10de89e24218d4aa04899e2c4.tar.gz
slackbuilds-2c2f2e7bf9f8bcc10de89e24218d4aa04899e2c4.tar.xz
python/python2-pyasn1-modules: Added aarch64 flags
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--python/python2-pyasn1-modules/python2-pyasn1-modules.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python2-pyasn1-modules/python2-pyasn1-modules.SlackBuild b/python/python2-pyasn1-modules/python2-pyasn1-modules.SlackBuild
index 0e0ff87729..3f3e0f5c2f 100644
--- a/python/python2-pyasn1-modules/python2-pyasn1-modules.SlackBuild
+++ b/python/python2-pyasn1-modules/python2-pyasn1-modules.SlackBuild
@@ -61,6 +61,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+elif [ "$ARCH" = "aarch64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""