summaryrefslogtreecommitdiffstats
path: root/python/python3-pyasn1-modules
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2024-01-18 16:06:17 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-19 09:51:08 +0700
commitb931524ca75140118d2fc90d4cc2b3f5b3f12543 (patch)
treef99477ad113467b7c5516e5778aa63a106a95c42 /python/python3-pyasn1-modules
parent97223988e8715f056f3a134d1fdd7cd86a7acc70 (diff)
downloadslackbuilds-b931524ca75140118d2fc90d4cc2b3f5b3f12543.tar.gz
slackbuilds-b931524ca75140118d2fc90d4cc2b3f5b3f12543.tar.xz
python/python3-pyasn1-modules: Added aarch64 flags
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyasn1-modules')
-rw-r--r--python/python3-pyasn1-modules/python3-pyasn1-modules.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-pyasn1-modules/python3-pyasn1-modules.SlackBuild b/python/python3-pyasn1-modules/python3-pyasn1-modules.SlackBuild
index 2aa8af64fe..9eb2f051eb 100644
--- a/python/python3-pyasn1-modules/python3-pyasn1-modules.SlackBuild
+++ b/python/python3-pyasn1-modules/python3-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=""