[Slackbuilds-users] codeblocks slackbuild slarm64
Ralph Spitzner
rasp at spitzner.org
Wed Mar 23 15:33:22 UTC 2022
without this configure can't find the version of libboost (on slarm/slackware64/ aarch64) on 15.0 +
-rasp
--- codeblocks.SlackBuild~ 2022-03-23 15:27:29.055474367 +0100
+++ codeblocks.SlackBuild 2022-03-23 15:42:48.790231733 +0100
@@ -59,6 +59,10 @@
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+elif [ "$ARCH" = "aarch64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
+
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
--
"ich brauche keine Verschluesselung, mich versteht eh keiner" -Icke
More information about the SlackBuilds-users
mailing list