Browse Source

disabled shared library generation, enabled static instead

master
Christoph Schug 24 years ago committed by Ralf S. Engelschall
parent
commit
359c07df6f
  1. 6
      myodbc/myodbc.spec

6
myodbc/myodbc.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EXP]
Group: Database
License: GPL
Version: 2.50.39
Release: 20020206
Release: 20020301
# list of sources
Source0: http://www.mysql.com/Downloads/MyODBC/MyODBC-%{version}.tar.gz
@ -62,7 +62,9 @@ AutoReqProv: no
--with-mysql-includes=%{l_prefix}/include/mysql \
--with-unixODBC \
--with-unixODBC-libs=%{l_prefix}/lib \
--with-unixODBC-includes=%{l_prefix}/include
--with-unixODBC-includes=%{l_prefix}/include \
--disable-shared \
--enable-static
%{l_make} %{l_mflags -O}
%install

Loading…
Cancel
Save