aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/python3-asn1crypto/python3-asn1crypto.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-asn1crypto/python3-asn1crypto.SlackBuild b/python/python3-asn1crypto/python3-asn1crypto.SlackBuild
index 84a463a43210..ce3f7f4e386d 100644
--- a/python/python3-asn1crypto/python3-asn1crypto.SlackBuild
+++ b/python/python3-asn1crypto/python3-asn1crypto.SlackBuild
@@ -60,6 +60,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=""