Changes of Revision 7
[-] | Changed | mysql-workbench.spec |
x 1
2 %endif 3 BuildRequires: libctemplate-devel 4 BuildRequires: cairo-devel >= 1.5.12 5 +BuildRequires: unixODBC-devel 6 Requires: python-paramiko python-pexpect 7 Provides: mysql-gui-tools=%{version} 8 Provides: mysql-administrator=%{version} 9
10 --disable-static \ 11 --enable-i18n \ 12 --with-gnu-ld \ 13 + --with-unixodbc \ 14 --enable-mysql-utilities 15 # Doesn't exist anymore 16 # --enable-readline \ 17 |