packages (OPAL_3_6): opal/opal.spec - cppflags, cxx
arekm
arekm at pld-linux.org
Fri Mar 4 21:40:44 CET 2011
Author: arekm Date: Fri Mar 4 20:40:44 2011 GMT
Module: packages Tag: OPAL_3_6
---- Log message:
- cppflags, cxx
---- Files affected:
packages/opal:
opal.spec (1.58.2.3 -> 1.58.2.4)
---- Diffs:
================================================================
Index: packages/opal/opal.spec
diff -u packages/opal/opal.spec:1.58.2.3 packages/opal/opal.spec:1.58.2.4
--- packages/opal/opal.spec:1.58.2.3 Sun Feb 27 20:18:09 2011
+++ packages/opal/opal.spec Fri Mar 4 21:40:39 2011
@@ -143,15 +143,17 @@
%{__make} %{?debug:debug}%{!?debug:opt} \
CC="%{__cc}" \
+ CXX="%{__cxx}" \
CPLUS="%{__cxx}" \
- OPTCCFLAGS="%{rpmcflags} %{!?debug:-DNDEBUG}"
+ OPTCCFLAGS="%{rpmcppflags} %{rpmcflags} %{!?debug:-DNDEBUG} -I`pwd`/include"
%{__cp} -a */libopal* .
%if %{without sip_fax_only}
%{__make} -C samples/simple %{?debug:debug}%{!?debug:opt} \
CC="%{__cc}" \
+ CXX="%{__cxx}" \
CPLUS="%{__cxx}" \
- CFLAGS="%{rpmcflags} %{!?debug:-DNDEBUG} -I`pwd`/include" \
+ CFLAGS="%{rpmcppflags} %{rpmcflags} %{!?debug:-DNDEBUG} -I`pwd`/include" \
LDFLAGS="%{rpmldflags} -L`pwd` -lpt -lopal"
%endif
@@ -226,6 +228,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.58.2.4 2011/03/04 20:40:39 arekm
+- cppflags, cxx
+
Revision 1.58.2.3 2011/02/27 19:18:09 arekm
- rel 6
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/opal/opal.spec?r1=1.58.2.3&r2=1.58.2.4&f=u
More information about the pld-cvs-commit
mailing list