blob: 2499cff72d01b3a58134eadeee91734b36855d8e [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001Subject: [PATCH] do not use libltdl source directory
2
3Don't use the included libltdl, use the one provided
4by our libtool instead.
5
6Upstream-Status: Inappropriate [configuration]
7
8Signed-off-by: Song.Li <Song.Li@windriver.com>
9Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
10---
11 Makefile.am | 1 -
12 configure.ac | 2 --
13 2 files changed, 3 deletions(-)
14
15diff --git a/Makefile.am b/Makefile.am
Brad Bishop316dfdd2018-06-25 12:45:53 -040016index 4628401..e8989bf 100644
Patrick Williamsddad1a12017-02-23 20:36:32 -060017--- a/Makefile.am
18+++ b/Makefile.am
Brad Bishop316dfdd2018-06-25 12:45:53 -040019@@ -11,7 +11,6 @@ SUBDIRS = \
Patrick Williamsddad1a12017-02-23 20:36:32 -060020 log \
21 lst \
22 ini \
Brad Bishop316dfdd2018-06-25 12:45:53 -040023- libltdl \
Patrick Williamsddad1a12017-02-23 20:36:32 -060024 odbcinst \
25 DriverManager \
26 exe \
27diff --git a/configure.ac b/configure.ac
Brad Bishop316dfdd2018-06-25 12:45:53 -040028index e4bcdaf..58aa5c5 100644
Patrick Williamsddad1a12017-02-23 20:36:32 -060029--- a/configure.ac
30+++ b/configure.ac
Brad Bishop316dfdd2018-06-25 12:45:53 -040031@@ -144,9 +144,7 @@ dnl AC_CONFIG_MACRO_DIR([libltdl/m4])
Patrick Williamsddad1a12017-02-23 20:36:32 -060032 dnl LT_CONFIG_LTDL_DIR([libltdl])
33 dnl LTDL_INIT
34
35-LT_CONFIG_LTDL_DIR([libltdl])
36 LT_INIT([dlopen])
37-LTDL_INIT([convenience])
38
39 dnl Substitute INCLTDL and LIBLTDL in the Makefiles
40 AC_SUBST(LTDLINCL)
41--
Brad Bishop316dfdd2018-06-25 12:45:53 -0400422.12.3
Patrick Williamsddad1a12017-02-23 20:36:32 -060043