diff options
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 |
commit | 7caf637c1e22bd92de5986fd0a29e6d401222c17 (patch) | |
tree | 78b08ba69ad8d2dbb5b5fc8f8026b8eec3a5248f /python | |
parent | 9006a1c9afa414c7590dbe5b318ec230fe37e28d (diff) |
python/python3-waitress: Added aarch64 flags
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-waitress/python3-waitress.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-waitress/python3-waitress.SlackBuild b/python/python3-waitress/python3-waitress.SlackBuild index 965bb9d350dca..c2d73c029a8c9 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="" |