summaryrefslogtreecommitdiffstats
path: root/python/python3-pox
diff options
context:
space:
mode:
author lecramyajiv2024-01-20 16:51:45 +0100
committer Willy Sudiarto Raharjo2024-01-20 17:52:09 +0100
commit9a48d9f6c4d0d3877bd314ed2b001c3941b3c830 (patch)
treee5e088464b2192dba1534b43762e3139136496a2 /python/python3-pox
parent90178a254bc11d04b790e0dbd27051eda34532a3 (diff)
downloadslackbuilds-9a48d9f6c4d0d3877bd314ed2b001c3941b3c830.tar.gz
python/python3-pox: Update python3-pox.SlackBuild
change mtune flag to generic Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pox')
-rw-r--r--python/python3-pox/python3-pox.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-pox/python3-pox.SlackBuild b/python/python3-pox/python3-pox.SlackBuild
index 43ad95c53c..752d04fc0a 100644
--- a/python/python3-pox/python3-pox.SlackBuild
+++ b/python/python3-pox/python3-pox.SlackBuild
@@ -55,7 +55,7 @@ elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-march=i686 -mtune=i686 -pipe -O2 -fPIC"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-march=x86-64 -mtune=native -pipe -O2 -fPIC"
+ SLKCFLAGS="-march=x86-64 -mtune=generic -pipe -O2 -fPIC"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC"