Author: sparky Date: Mon Nov 30 00:31:25 2009 GMT Module: packages Tag: HEAD ---- Log message: - %undefine __cxx - to prevent configure from looking for c++ compiler
---- Files affected: packages/ffcall: ffcall.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: packages/ffcall/ffcall.spec diff -u packages/ffcall/ffcall.spec:1.14 packages/ffcall/ffcall.spec:1.15 --- packages/ffcall/ffcall.spec:1.14 Mon Jun 29 23:10:29 2009 +++ packages/ffcall/ffcall.spec Mon Nov 30 01:31:19 2009 @@ -19,6 +19,8 @@ URL: http://savannah.gnu.org/projects/libffcall BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%undefine __cxx + %description This is a collection of four libraries which can be used to build foreign function call interfaces in embedded interpreters. @@ -95,7 +97,7 @@ DESTDIR=$RPM_BUILD_ROOT # don't need those since we have man pages -%{__rm} $RPM_BUILD_ROOT/usr/share/html/*.html +%{__rm} $RPM_BUILD_ROOT%{_datadir}/html/*.html %clean rm -fr $RPM_BUILD_ROOT @@ -129,6 +131,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2009/11/30 00:31:19 sparky +- %undefine __cxx - to prevent configure from looking for c++ compiler + Revision 1.14 2009/06/29 21:10:29 tommat - try build on sparc64 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ffcall/ffcall.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
