From 8bb4a8bc5bea2b7ad175520199da6952d82c6a93 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 26 Jul 2016 05:18:07 -0400 Subject: unixodbc: Add the new recipe unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX. Signed-off-by: Jackie Huang Signed-off-by: Martin Jansa --- .../do-not-use-libltdl-source-directory.patch | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 meta-oe/recipes-support/unixodbc/files/do-not-use-libltdl-source-directory.patch (limited to 'meta-oe/recipes-support/unixodbc/files/do-not-use-libltdl-source-directory.patch') 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 new file mode 100644 index 0000000000..69d26adca9 --- /dev/null +++ b/meta-oe/recipes-support/unixodbc/files/do-not-use-libltdl-source-directory.patch @@ -0,0 +1,43 @@ +Subject: [PATCH] do not use libltdl source directory + +Don't use the included libltdl, use the one provided +by our libtool instead. + +Upstream-Status: Inappropriate [configuration] + +Signed-off-by: Song.Li +Signed-off-by: Jackie Huang +--- + Makefile.am | 1 - + configure.ac | 2 -- + 2 files changed, 3 deletions(-) + +diff --git a/Makefile.am b/Makefile.am +index e881cca..1321802 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -5,7 +5,6 @@ SUBDIRS = \ + log \ + lst \ + ini \ +- libltdl \ + odbcinst \ + DriverManager \ + exe \ +diff --git a/configure.ac b/configure.ac +index 218502f..d50b7af 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -136,9 +136,7 @@ dnl AC_CONFIG_MACRO_DIR([libltdl/m4]) + dnl LT_CONFIG_LTDL_DIR([libltdl]) + dnl LTDL_INIT + +-LT_CONFIG_LTDL_DIR([libltdl]) + LT_INIT([dlopen]) +-LTDL_INIT([convenience]) + + dnl Substitute INCLTDL and LIBLTDL in the Makefiles + AC_SUBST(LTDLINCL) +-- +2.8.1 + -- cgit v1.2.3-54-g00ecf