]> git.pld-linux.org Git - packages/albumshaper.git/blobdiff - albumshaper.spec
- updated QTDIR, pass CXX and CXXFLAGS
[packages/albumshaper.git] / albumshaper.spec
index 2e23dcffe0c9c35a374e45530a03e88701cd5797..6bf4da5d09f5199dc7ef646596ee61ea1c732324 100644 (file)
@@ -30,9 +30,11 @@ do zarz
 %patch0 -p1
 
 %build
-export QTDIR=%{_prefix}/X11R6
+export QTDIR=%{_prefix}
 qmake
-%{__make}
+%{__make} \
+       CXX="%{__cxx}" \
+       CXXFLAGS="%{rpmcflags} -pipe -Wall -W -DQT_NO_DEBUG"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.078922 seconds and 4 git commands to generate.