diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2008-05-29 14:50:15 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2008-05-29 14:50:15 +0000 |
commit | 71455ab1a485c7e912122f5458e8ed60200bcbfa (patch) | |
tree | 1c230511ad8a2751d185539c0bad123de0276944 /dev-db/unixODBC/files | |
parent | python_mod_compile is ROOT aware. (diff) | |
download | gentoo-2-71455ab1a485c7e912122f5458e8ed60200bcbfa.tar.gz gentoo-2-71455ab1a485c7e912122f5458e8ed60200bcbfa.tar.bz2 gentoo-2-71455ab1a485c7e912122f5458e8ed60200bcbfa.zip |
Removed bundled libltdl (fixes bug #221879).
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'dev-db/unixODBC/files')
-rw-r--r-- | dev-db/unixODBC/files/360-unixODBC-2.2.12-libltdlfixes.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/dev-db/unixODBC/files/360-unixODBC-2.2.12-libltdlfixes.patch b/dev-db/unixODBC/files/360-unixODBC-2.2.12-libltdlfixes.patch new file mode 100644 index 000000000000..c26f1a8a3e26 --- /dev/null +++ b/dev-db/unixODBC/files/360-unixODBC-2.2.12-libltdlfixes.patch @@ -0,0 +1,35 @@ +diff -Naur unixODBC-2.2.12.orig/configure.in unixODBC-2.2.12/configure.in +--- unixODBC-2.2.12.orig/configure.in 2008-05-29 15:54:09.000000000 +0200 ++++ unixODBC-2.2.12/configure.in 2008-05-29 15:58:32.000000000 +0200 +@@ -163,9 +163,6 @@ + dnl Configure libtool + AM_PROG_LIBTOOL + +-dnl Configure libltdl +-AC_CONFIG_SUBDIRS(libltdl) +- + use_builtin_libtool="no" + + dnl override the libtool lines if we use the system libs +diff -Naur unixODBC-2.2.12.orig/exe/Makefile.am unixODBC-2.2.12/exe/Makefile.am +--- unixODBC-2.2.12.orig/exe/Makefile.am 2008-05-29 15:54:09.000000000 +0200 ++++ unixODBC-2.2.12/exe/Makefile.am 2008-05-29 15:57:14.000000000 +0200 +@@ -103,6 +103,6 @@ + + if WITHLT + dltest_DEPENDENCIES = $(LIBLTDL) +-dltest_LDADD = $(LIBLTDL) $(LIBADD_DL) + else + endif ++dltest_LDADD = $(LIBLTDL) $(LIBADD_DL) +diff -Naur unixODBC-2.2.12.orig/Makefile.am unixODBC-2.2.12/Makefile.am +--- unixODBC-2.2.12.orig/Makefile.am 2008-05-29 15:54:09.000000000 +0200 ++++ unixODBC-2.2.12/Makefile.am 2008-05-29 15:57:56.000000000 +0200 +@@ -3,7 +3,6 @@ + log \ + lst \ + ini \ +- libltdl \ + odbcinst \ + DriverManager \ + odbcinstQ \ |