summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/unixodbc/files
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2018-03-28 15:24:17 +0800
committerArmin Kuster <akuster808@gmail.com>2018-04-08 17:00:06 -0700
commit6e8d27a735ce8157aa04c2a88b5c922f0a8ef165 (patch)
tree20786ab6937c3eec45d8ab38c587863815cce073 /meta-oe/recipes-support/unixodbc/files
parent364c9201cb51fcd9cf0c359e743a1962be539fde (diff)
downloadmeta-openembedded-6e8d27a735ce8157aa04c2a88b5c922f0a8ef165.tar.gz
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 <jackie.huang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/unixodbc/files')
-rw-r--r--meta-oe/recipes-support/unixodbc/files/do-not-use-libltdl-source-directory.patch12
1 files changed, 6 insertions, 6 deletions
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 <jackie.huang@windriver.com>
13 2 files changed, 3 deletions(-) 13 2 files changed, 3 deletions(-)
14 14
15diff --git a/Makefile.am b/Makefile.am 15diff --git a/Makefile.am b/Makefile.am
16index e881cca..1321802 100644 16index 4628401..e8989bf 100644
17--- a/Makefile.am 17--- a/Makefile.am
18+++ b/Makefile.am 18+++ b/Makefile.am
19@@ -5,7 +5,6 @@ SUBDIRS = \ 19@@ -11,7 +11,6 @@ SUBDIRS = \
20 log \ 20 log \
21 lst \ 21 lst \
22 ini \ 22 ini \
23- libltdl \ 23- libltdl \
24 odbcinst \ 24 odbcinst \
25 DriverManager \ 25 DriverManager \
26 exe \ 26 exe \
27diff --git a/configure.ac b/configure.ac 27diff --git a/configure.ac b/configure.ac
28index 218502f..d50b7af 100644 28index e4bcdaf..58aa5c5 100644
29--- a/configure.ac 29--- a/configure.ac
30+++ b/configure.ac 30+++ b/configure.ac
31@@ -136,9 +136,7 @@ dnl AC_CONFIG_MACRO_DIR([libltdl/m4]) 31@@ -144,9 +144,7 @@ dnl AC_CONFIG_MACRO_DIR([libltdl/m4])
32 dnl LT_CONFIG_LTDL_DIR([libltdl]) 32 dnl LT_CONFIG_LTDL_DIR([libltdl])
33 dnl LTDL_INIT 33 dnl LTDL_INIT
34 34
@@ -39,5 +39,5 @@ index 218502f..d50b7af 100644
39 dnl Substitute INCLTDL and LIBLTDL in the Makefiles 39 dnl Substitute INCLTDL and LIBLTDL in the Makefiles
40 AC_SUBST(LTDLINCL) 40 AC_SUBST(LTDLINCL)
41-- 41--
422.8.1 422.12.3
43 43