summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-style-template.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/kde-style-template.spec b/kde-style-template.spec
index 4c3ce24..49153ee 100644
--- a/kde-style-template.spec
+++ b/kde-style-template.spec
@@ -33,7 +33,12 @@ export UNSERMAKE=/usr/share/unsermake/unsermake
%{__make} -f Makefile.cvs
%configure \
+%if "%{_lib}" == "lib64"
+ --enable-libsuffix=64 \
+%endif
+ --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
--with-qt-libraries=%{_libdir}
+
%{__make}
%install