packages: mysql-udf-preg/mysql-udf-preg.spec - use the correct hack: %undef...

sparky sparky at pld-linux.org
Tue Nov 24 14:13:06 CET 2009


Author: sparky                       Date: Tue Nov 24 13:13:06 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use the correct hack: %undefine __cxx

---- Files affected:
packages/mysql-udf-preg:
   mysql-udf-preg.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/mysql-udf-preg/mysql-udf-preg.spec
diff -u packages/mysql-udf-preg/mysql-udf-preg.spec:1.3 packages/mysql-udf-preg/mysql-udf-preg.spec:1.4
--- packages/mysql-udf-preg/mysql-udf-preg.spec:1.3	Tue Nov 24 14:08:39 2009
+++ packages/mysql-udf-preg/mysql-udf-preg.spec	Tue Nov 24 14:13:01 2009
@@ -13,12 +13,14 @@
 Source0:	http://www.mysqludf.org/lib_mysqludf_preg/lib_mysqludf_preg-%{version}.tar.gz
 # Source0-md5:	c1837e6996417669d7d10bc1ae1d00e6
 URL:		http://www.mysqludf.org/lib_mysqludf_preg/index.php
-BuildRequires:	gcc-c++
 BuildRequires:	mysql-devel
 BuildRequires:	pcre-devel
 Requires:	mysql
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# bug in configure makes it check for CXX if CXX is passed
+%undefine	__cxx
+
 %description
 MySQL UDF interface to the PCRE (Perl Compatible Regular Expressions)
 library for pattern matching.
@@ -78,6 +80,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2009/11/24 13:13:01  sparky
+- use the correct hack: %undefine __cxx
+
 Revision 1.3  2009/11/24 13:08:39  sparky
 - BR: gcc-c++ because of configure bug; consider regenerating auto*
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql-udf-preg/mysql-udf-preg.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list