]> git.pld-linux.org Git - packages/MyODBC.git/commitdiff
- fixed iodbc bcond
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 12 May 2004 18:02:47 +0000 (18:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    MyODBC.spec -> 1.23

MyODBC.spec

index 952fe6ab0c5de2dcd2b59f774a7f219f2788a67b..6f8adf904198346159a317865be4730d7c0465d2 100644 (file)
@@ -1,5 +1,7 @@
-%bcond_with    iodbs # build with libiodbc not with unixODBC
-
+#
+# Conditional build:
+%bcond_with    iodbc   # build with libiodbc instead of unixODBC
+#
 Summary:       MyODBC: an ODBC driver for MySQL
 Summary(pl):   MyODBC: driver ODBC dla MySQL
 Name:          MyODBC
@@ -15,7 +17,7 @@ Source0:      ftp://sunsite.icm.edu.pl/pub/unix/mysql/Downloads/MyODBC3/%{name}-%{ver
 URL:           http://www.mysql.com/
 BuildRequires: autoconf
 BuildRequires: automake
-%if %{with iodbs}
+%if %{with iodbc}
 BuildRequires: libiodbc-devel
 %else
 BuildRequires: unixODBC-devel
@@ -36,7 +38,7 @@ MyODBC: sterownik ODBC dla MySQL.
 %setup -q -n myodbc-%{sver}
 
 %build
-rm -rf missing autom*
+rm -rf autom4te.cache
 %{__libtoolize}
 %{__aclocal}
 %{__automake} -i
This page took 0.050076 seconds and 4 git commands to generate.