From 6e8d27a735ce8157aa04c2a88b5c922f0a8ef165 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 28 Mar 2018 15:24:17 +0800 Subject: unixodbc: update to 2.3.6 Release notes from http://www.unixodbc.org/: * Single bug fix that was a possible security issue so I have pushed a version out. - Fix order of arguments in SQLWriteFileDSN.c, fix unwanted free() in iusql.c - Add pkg-config files Signed-off-by: Jackie Huang Signed-off-by: Armin Kuster --- .../unixodbc/files/do-not-use-libltdl-source-directory.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'meta-oe/recipes-support/unixodbc/files') diff --git a/meta-oe/recipes-support/unixodbc/files/do-not-use-libltdl-source-directory.patch b/meta-oe/recipes-support/unixodbc/files/do-not-use-libltdl-source-directory.patch index 69d26adca..2499cff72 100644 --- a/meta-oe/recipes-support/unixodbc/files/do-not-use-libltdl-source-directory.patch +++ b/meta-oe/recipes-support/unixodbc/files/do-not-use-libltdl-source-directory.patch @@ -13,22 +13,22 @@ Signed-off-by: Jackie Huang 2 files changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am -index e881cca..1321802 100644 +index 4628401..e8989bf 100644 --- a/Makefile.am +++ b/Makefile.am -@@ -5,7 +5,6 @@ SUBDIRS = \ +@@ -11,7 +11,6 @@ SUBDIRS = \ log \ lst \ ini \ -- libltdl \ +- libltdl \ odbcinst \ DriverManager \ exe \ diff --git a/configure.ac b/configure.ac -index 218502f..d50b7af 100644 +index e4bcdaf..58aa5c5 100644 --- a/configure.ac +++ b/configure.ac -@@ -136,9 +136,7 @@ dnl AC_CONFIG_MACRO_DIR([libltdl/m4]) +@@ -144,9 +144,7 @@ dnl AC_CONFIG_MACRO_DIR([libltdl/m4]) dnl LT_CONFIG_LTDL_DIR([libltdl]) dnl LTDL_INIT @@ -39,5 +39,5 @@ index 218502f..d50b7af 100644 dnl Substitute INCLTDL and LIBLTDL in the Makefiles AC_SUBST(LTDLINCL) -- -2.8.1 +2.12.3 -- cgit v1.2.3-54-g00ecf