[packages/quazip] - different cflags approach
baggins
baggins at pld-linux.org
Sat Apr 16 18:57:15 CEST 2016
commit fbdd66355e9597c18fc61a07c4773636abb77378
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Apr 16 18:57:03 2016 +0200
- different cflags approach
quazip.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/quazip.spec b/quazip.spec
index 404e41f..15a8c24 100644
--- a/quazip.spec
+++ b/quazip.spec
@@ -121,8 +121,8 @@ aplikacji wykorzystujących QuaZIP wraz z Qt 5.
install -d build-qt{4,5}
%if %{with qt4}
cd build-qt4
+export CXXFLAGS="%{rpmcxxflags} -fPIC"
%cmake \
- CXXFLAGS="%{rpmcxxflags} -fPIC" \
-DBUILD_WITH_QT4:BOOL=ON \
..
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/quazip.git/commitdiff/fbdd66355e9597c18fc61a07c4773636abb77378
More information about the pld-cvs-commit
mailing list