]> git.pld-linux.org Git - packages/mysql-workbench.git/commitdiff
- enable readline; temporaily filterout as-needed due to broken modules linking
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 8 Apr 2010 12:09:11 +0000 (12:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql-workbench.spec -> 1.11

mysql-workbench.spec

index ecccd16ce2202bd4defa2e8a5118afba80705292..bf86bf3f1bdade0e4a4503b82c359242ca129bf1 100644 (file)
@@ -36,9 +36,13 @@ BuildRequires:       libzip-devel
 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
@@ -65,6 +69,7 @@ rm -rf ext/boost
 %{__autoheader}
 %{__automake}
 %configure \
+       --enable-readline \
        CFLAGS="%{rpmcflags} -Wno-deprecated" \
        LUA_LIBS="`pkg-config --libs lua51`" \
        LUA_CFLAGS="`pkg-config --cflags lua51`"
This page took 0.051772 seconds and 4 git commands to generate.