Author: arekm                        Date: Thu Apr  8 12:09:17 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- enable readline; temporaily filterout as-needed due to broken modules linking

---- Files affected:
packages/mysql-workbench:
   mysql-workbench.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: packages/mysql-workbench/mysql-workbench.spec
diff -u packages/mysql-workbench/mysql-workbench.spec:1.10 
packages/mysql-workbench/mysql-workbench.spec:1.11
--- packages/mysql-workbench/mysql-workbench.spec:1.10  Thu Apr  8 14:02:28 2010
+++ packages/mysql-workbench/mysql-workbench.spec       Thu Apr  8 14:09:11 2010
@@ -37,9 +37,13 @@
 BuildRequires: lua51-devel
 BuildRequires: mysql-devel
 BuildRequires: pkgconfig
+BuildRequires: readline-devel
 BuildRequires: unzip
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# FIXME: fix linking of m/usr/lib{,64}/mysql-workbench/plugins/*.so* modules 
and then drop this
+%define                filterout_ld    -Wl,--as-needed
+
 %description
 MySQL Workbench is a database modeling tool for MySQL. You can use it
 to design and create new database schemas, document existing databases
@@ -66,6 +70,7 @@
 %{__autoheader}
 %{__automake}
 %configure \
+       --enable-readline \
        CFLAGS="%{rpmcflags} -Wno-deprecated" \
        LUA_LIBS="`pkg-config --libs lua51`" \
        LUA_CFLAGS="`pkg-config --cflags lua51`"
@@ -103,6 +108,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2010/04/08 12:09:11  arekm
+- enable readline; temporaily filterout as-needed due to broken modules linking
+
 Revision 1.10  2010/04/08 12:02:28  arekm
 - up to 5.1.17
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql-workbench/mysql-workbench.spec?r1=1.10&r2=1.11&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to