OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [email protected] Module: openpkg-src Date: 24-Feb-2009 14:45:17 Branch: HEAD Handle: 2009022413451700 Modified files: openpkg-src/poppler poppler.spec Log: remove useless warnings (we are packaging, not developing) Summary: Revision Changes Path 1.11 +3 -2 openpkg-src/poppler/poppler.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/poppler/poppler.spec ============================================================================ $ cvs diff -u -r1.10 -r1.11 poppler.spec --- openpkg-src/poppler/poppler.spec 24 Feb 2009 13:13:30 -0000 1.10 +++ openpkg-src/poppler/poppler.spec 24 Feb 2009 13:45:17 -0000 1.11 @@ -65,10 +65,11 @@ %patch -p0 %build + %{l_shtool} subst -e 's;-Wall;;' configure CC="%{l_cc}" \ CXX="%{l_cxx}" \ - CFLAGS="%{l_cflags -O}" \ - CXXFLAGS="%{l_cxxflags -O}" \ + CFLAGS="%{l_cflags -O} -Wno-write-strings" \ + CXXFLAGS="%{l_cxxflags -O} -Wno-write-strings" \ CPPFLAGS="%{l_cppflags}" \ LDFLAGS="%{l_ldflags}" \ ./configure \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
