diff options
Diffstat (limited to 'meta-oe/recipes-support/unixodbc/files/do-not-use-libltdl-source-directory.patch')
-rw-r--r-- | meta-oe/recipes-support/unixodbc/files/do-not-use-libltdl-source-directory.patch | 43 |
1 files changed, 43 insertions, 0 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 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 @@ | |||
1 | Subject: [PATCH] do not use libltdl source directory | ||
2 | |||
3 | Don't use the included libltdl, use the one provided | ||
4 | by our libtool instead. | ||
5 | |||
6 | Upstream-Status: Inappropriate [configuration] | ||
7 | |||
8 | Signed-off-by: Song.Li <Song.Li@windriver.com> | ||
9 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | ||
10 | --- | ||
11 | Makefile.am | 1 - | ||
12 | configure.ac | 2 -- | ||
13 | 2 files changed, 3 deletions(-) | ||
14 | |||
15 | diff --git a/Makefile.am b/Makefile.am | ||
16 | index e881cca..1321802 100644 | ||
17 | --- a/Makefile.am | ||
18 | +++ b/Makefile.am | ||
19 | @@ -5,7 +5,6 @@ SUBDIRS = \ | ||
20 | log \ | ||
21 | lst \ | ||
22 | ini \ | ||
23 | - libltdl \ | ||
24 | odbcinst \ | ||
25 | DriverManager \ | ||
26 | exe \ | ||
27 | diff --git a/configure.ac b/configure.ac | ||
28 | index 218502f..d50b7af 100644 | ||
29 | --- a/configure.ac | ||
30 | +++ b/configure.ac | ||
31 | @@ -136,9 +136,7 @@ dnl AC_CONFIG_MACRO_DIR([libltdl/m4]) | ||
32 | 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 | -- | ||
42 | 2.8.1 | ||
43 | |||