[packages/kde4-kde3support] - attempt at fixing x32 build

baggins baggins at pld-linux.org
Sun Nov 25 17:55:56 CET 2018


commit ef5ac606e1e82b20ea098b01957e05837e434356
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Nov 25 17:55:39 2018 +0100

    - attempt at fixing x32 build

 kde4-kde3support.spec | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/kde4-kde3support.spec b/kde4-kde3support.spec
index 840f281..7a2e0e0 100644
--- a/kde4-kde3support.spec
+++ b/kde4-kde3support.spec
@@ -270,6 +270,10 @@ cd kio/kssl/kssl
 ./mergelocal
 cd -
 
+cd kabc/scripts
+./makeaddressee
+cd -
+
 cp /usr/share/automake/config.sub admin
 export kde_htmldir=%{_kdedocdir}
 export kde_libs_htmldir=%{_kdedocdir}
@@ -286,6 +290,9 @@ export CXXFLAGS="%{rpmcxxflags} -Wno-narrowing"
 	%{?with_hidden_visibility:--enable-gcc-hidden-visibility} \
 %if "%{_lib}" == "lib64"
 	--enable-libsuffix=64 \
+%endif
+%if "%{_lib}" == "libx32"
+	--enable-libsuffix=x32 \
 %endif
 	--enable-mitshm \
 	--with%{!?with_alsa:out}-alsa \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kde3support.git/commitdiff/ef5ac606e1e82b20ea098b01957e05837e434356



More information about the pld-cvs-commit mailing list