Changeset: 5000b29c0206 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5000b29c0206
Modified Files:
        sql/MonetDB-SQL.spec
Branch: Oct2010
Log Message:

Require pcre-devel during build.
By having PCRE available, monetdb-sql-config --conds will report
(correctly) that PCRE is available, and so tests depending on PCRE
will be run.


diffs (11 lines):

diff -r 6b4c13dcae6d -r 5000b29c0206 sql/MonetDB-SQL.spec
--- a/sql/MonetDB-SQL.spec      Mon Oct 25 15:02:24 2010 +0200
+++ b/sql/MonetDB-SQL.spec      Mon Oct 25 15:44:45 2010 +0200
@@ -30,6 +30,7 @@
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires: e2fsprogs-devel
+BuildRequires: pcre-devel
 
 %if !%{?buildsystem}
 BuildRequires: MonetDB-devel >= 1.40
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to