# Set the config option variables if they are not already set:
-if [ -r ../KDE.options ]; then
- . ../KDE.options
+if [ -r ../KDE.options.s390x ]; then
+ . ../KDE.options.s390x
fi
# The global options may be overridden here (if needed):
@@ -36,6 +36,7 @@
CXXFLAGS=$CPUOPT \
./configure \
--prefix=/opt/kde \
+ --enable-libsuffix=64 \
--with-shadow \
--with-xinerama \
--disable-debug \