]> git.pld-linux.org Git - packages/aquamarine.git/blobdiff - aquamarine.spec
- fix build on x86_64
[packages/aquamarine.git] / aquamarine.spec
index 478922a896fa050bccbb30f4122f4bd462737ea3..444d638f9519e8e004c9da9d1ec385e353d0c436 100644 (file)
@@ -27,7 +27,12 @@ Jest przeznaczony do u
 %{__make} -f admin/Makefile.common svn
 
 %build
-%configure
+%configure \
+%if "%{_lib}" == "lib64"
+       --enable-libsuffix=64 \
+%endif
+       --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
+       --with-qt-libraries=%{_libdir}
 %{__make}
 
 %install
This page took 0.07673 seconds and 4 git commands to generate.