summaryrefslogtreecommitdiffstats
path: root/python/python3-waitress
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2024-01-18 16:06:21 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-19 09:51:09 +0700
commit7caf637c1e22bd92de5986fd0a29e6d401222c17 (patch)
tree78b08ba69ad8d2dbb5b5fc8f8026b8eec3a5248f /python/python3-waitress
parent9006a1c9afa414c7590dbe5b318ec230fe37e28d (diff)
downloadslackbuilds-7caf637c1e22bd92de5986fd0a29e6d401222c17.tar.gz
slackbuilds-7caf637c1e22bd92de5986fd0a29e6d401222c17.tar.xz
python/python3-waitress: Added aarch64 flags
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-waitress')
-rw-r--r--python/python3-waitress/python3-waitress.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-waitress/python3-waitress.SlackBuild b/python/python3-waitress/python3-waitress.SlackBuild
index 965bb9d350..c2d73c029a 100644
--- a/python/python3-waitress/python3-waitress.SlackBuild
+++ b/python/python3-waitress/python3-waitress.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=""