packages: libica/libica.spec - don't look for c++ compiler in configure sin...
sparky
sparky at pld-linux.org
Fri Jan 28 03:20:54 CET 2011
Author: sparky Date: Fri Jan 28 02:20:54 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- don't look for c++ compiler in configure since it isn't used
---- Files affected:
packages/libica:
libica.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: packages/libica/libica.spec
diff -u packages/libica/libica.spec:1.3 packages/libica/libica.spec:1.4
--- packages/libica/libica.spec:1.3 Wed Sep 29 09:50:59 2010
+++ packages/libica/libica.spec Fri Jan 28 03:20:49 2011
@@ -14,6 +14,7 @@
BuildRequires: autoconf
BuildRequires: automake >= 1:1.9.5
BuildRequires: libtool
+BuildRequires: sed >= 4.0
%ifarch s390 s390x
BuildRequires: openssl-devel
%endif
@@ -59,6 +60,7 @@
%setup -q
%patch0 -p1
%patch1 -p1
+%{__sed} '/AC_PROG_CXX/d' -i configure.in
%build
%{__libtoolize}
@@ -66,7 +68,7 @@
%{__autoconf}
%{__automake}
%configure \
- CPPFLAGS=-I$(pwd)/include
+ CPPFLAGS="-I$(pwd)/include %{rpmcppflags}"
%{__make}
%install
@@ -103,6 +105,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2011/01/28 02:20:49 sparky
+- don't look for c++ compiler in configure since it isn't used
+
Revision 1.3 2010/09/29 07:50:59 qboosh
- updated to 1.3.9.1 (the last version meant to work not only on z)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libica/libica.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list