mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
8bb4a8bc5b
unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
44 lines
955 B
Diff
44 lines
955 B
Diff
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 <Song.Li@windriver.com>
|
|
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
|
|
---
|
|
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
|
|
|