]> git.pld-linux.org Git - packages/freetds.git/blobdiff - freetds-no-Llibdir.patch
- rediff patch, rebuild with openssl 3.0.0, rel 2
[packages/freetds.git] / freetds-no-Llibdir.patch
index a641653442be7f993fbdfc12b4dce2e553f390b8..44f47f960ca6417c2a5021947ad2170ed39065c3 100644 (file)
@@ -1,6 +1,7 @@
---- freetds-0.95.8/configure.ac.orig   2015-06-22 11:00:49.000000000 +0200
-+++ freetds-0.95.8/configure.ac        2015-06-25 21:14:01.183204149 +0200
-@@ -568,12 +568,10 @@
+diff -urNp -x '*.orig' freetds-1.2.17.org/configure.ac freetds-1.2.17/configure.ac
+--- freetds-1.2.17.org/configure.ac    2020-12-09 11:23:44.000000000 +0100
++++ freetds-1.2.17/configure.ac        2021-10-09 23:13:38.536591759 +0200
+@@ -608,12 +608,10 @@ if test "x$with_unixodbc" != "x" -a "x$w
        if test -f "$with_unixodbc/bin/odbc_config"; then
                ODBC_CONFIG="$with_unixodbc/bin/odbc_config"
                ODBC_INC=`$ODBC_CONFIG --include-prefix`
                ODBC_INC="$with_unixodbc/include"
 -              ODBC_LDFLAGS="-L$with_unixodbc/lib"
        fi
-       test -r "$ODBC_INC/sql.h" || AC_ERROR([sql.h not found])
-       test -r "$ODBC_INC/sqlext.h" || AC_ERROR([sqlext.h not found])
---- freetds-1.00.13/m4/check_openssl.m4.orig   2016-07-29 19:20:01.111369876 +0200
-+++ freetds-1.00.13/m4/check_openssl.m4        2016-07-29 19:20:37.874702783 +0200
-@@ -18,7 +18,6 @@
+       test -r "$ODBC_INC/sql.h" || AC_MSG_ERROR([sql.h not found])
+       test -r "$ODBC_INC/sqlext.h" || AC_MSG_ERROR([sqlext.h not found])
+diff -urNp -x '*.orig' freetds-1.2.17.org/m4/check_openssl.m4 freetds-1.2.17/m4/check_openssl.m4
+--- freetds-1.2.17.org/m4/check_openssl.m4     2020-05-31 14:36:24.000000000 +0200
++++ freetds-1.2.17/m4/check_openssl.m4 2021-10-09 23:13:38.536591759 +0200
+@@ -18,7 +18,6 @@ NETWORK_LIBS="$NETWORK_LIBS $OPENSSL_LIB
                  found_ssl="yes"
                  CFLAGS="$CFLAGS -I$ssldir/include"
                  NETWORK_LIBS="$NETWORK_LIBS -lssl -lcrypto"
This page took 0.13259 seconds and 4 git commands to generate.