summaryrefslogtreecommitdiffstats
path: root/source/n/pinentry/pinentry.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-07-03 18:48:48 +0000
committer Eric Hameleers <alien@slackware.com>2024-07-03 21:31:15 +0200
commit09eeebe49876d0af9780f1f0f5ca2df312cbbaca (patch)
tree4dd1c3dcf4a8e619f03cc8db358dd2d5268d8f78 /source/n/pinentry/pinentry.SlackBuild
parent4d6224ab703ac22230ed56edf2930cf2958c92c0 (diff)
downloadcurrent-09eeebe49876d0af9780f1f0f5ca2df312cbbaca.tar.gz
current-09eeebe49876d0af9780f1f0f5ca2df312cbbaca.tar.xz
Wed Jul 3 18:48:48 UTC 202420240703184848
ap/sysstat-12.7.6-x86_64-1.txz: Upgraded. d/cmake-3.30.0-x86_64-1.txz: Upgraded. l/libass-0.17.3-x86_64-1.txz: Upgraded. n/ca-certificates-20240703-noarch-1.txz: Upgraded. This update provides the latest CA certificates to check for the authenticity of SSL connections. n/gnutls-3.8.6-x86_64-1.txz: Upgraded. n/netatalk-3.2.1-x86_64-1.txz: Upgraded. Shared library .so-version bump. Fixed security issues that could lead to a denial of service or the execution of arbitrary code. For more information, see: https://www.cve.org/CVERecord?id=CVE-2024-38439 https://www.cve.org/CVERecord?id=CVE-2024-38440 https://www.cve.org/CVERecord?id=CVE-2024-38441 (* Security fix *) n/p11-kit-0.25.4-x86_64-1.txz: Upgraded. n/pinentry-1.3.1-x86_64-1.txz: Upgraded. x/mesa-24.1.3-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-xsource/n/pinentry/pinentry.SlackBuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/n/pinentry/pinentry.SlackBuild b/source/n/pinentry/pinentry.SlackBuild
index 78bff099b..315d79474 100755
--- a/source/n/pinentry/pinentry.SlackBuild
+++ b/source/n/pinentry/pinentry.SlackBuild
@@ -30,7 +30,7 @@ BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) export ARCH=i586 ;;
+ i?86) export ARCH=i686 ;;
arm*) export ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) export ARCH=$( uname -m ) ;;
@@ -51,6 +51,11 @@ if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
ARCHQUADLET=""
+elif [ "$ARCH" = "i686" ]; then
+ # Looks like this is baseline now... maybe time to bump everything to at least i686
+ SLKCFLAGS="-O2 -march=i686 -mtune=i686 -mfpmath=sse -msse -msse2"
+ LIBDIRSUFFIX=""
+ ARCHQUADLET=""
elif [ "$ARCH" = "s390" ]; then
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""