]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- force stable ODBC builds: use unixODBC (in -lodbc)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Oct 2010 06:31:28 +0000 (06:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wxWidgets.spec -> 1.91

wxWidgets.spec

index 2eb1c54113855a7d0d698bd0393f35aaaf0dd949..ca9cacecae1ea6f3304de461f17b5e2fd9488954 100644 (file)
@@ -39,6 +39,7 @@ BuildRequires:        libstdc++-devel
 BuildRequires: libtiff-devel
 BuildRequires: libtool
 BuildRequires: pkgconfig
+%{?with_odbc:BuildRequires:    unixODBC-devel}
 %{?with_x11:BuildRequires:     xorg-lib-libXext-devel}
 %{?with_x11:BuildRequires:     xorg-lib-libXt-devel}
 # these are not supported by wxWidgets
@@ -485,6 +486,8 @@ CPPFLAGS="%{rpmcppflags} %{rpmcflags} -fPIC -I`pwd`/include"; export CPPFLAGS
 # avoid adding -s to LDFLAGS
 LDFLAGS=" "; export LDFLAGS
 args="%{?with_debug:--enable-debug}%{!?with_debug:--disable-debug} \
+       ac_cv_lib_iodbc_SQLAllocEnv=no \
+       ac_cv_lib_unixodbc_SQLAllocEnv=no \
        --enable-plugins \
        --enable-std_iostreams \
        --without-sdl \
This page took 0.033459 seconds and 4 git commands to generate.