Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC/files: 360-unixODBC-2.2.12-libltdlfixes.patch
Date: Thu, 29 May 2008 14:50:21
Message-Id: E1K1jSK-0003vU-4D@stork.gentoo.org
1 dev-zero 08/05/29 14:50:16
2
3 Added: 360-unixODBC-2.2.12-libltdlfixes.patch
4 Log:
5 Removed bundled libltdl (fixes bug #221879).
6 (Portage version: 2.1.5_rc7)
7
8 Revision Changes Path
9 1.1 dev-db/unixODBC/files/360-unixODBC-2.2.12-libltdlfixes.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/unixODBC/files/360-unixODBC-2.2.12-libltdlfixes.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/unixODBC/files/360-unixODBC-2.2.12-libltdlfixes.patch?rev=1.1&content-type=text/plain
13
14 Index: 360-unixODBC-2.2.12-libltdlfixes.patch
15 ===================================================================
16 diff -Naur unixODBC-2.2.12.orig/configure.in unixODBC-2.2.12/configure.in
17 --- unixODBC-2.2.12.orig/configure.in 2008-05-29 15:54:09.000000000 +0200
18 +++ unixODBC-2.2.12/configure.in 2008-05-29 15:58:32.000000000 +0200
19 @@ -163,9 +163,6 @@
20 dnl Configure libtool
21 AM_PROG_LIBTOOL
22
23 -dnl Configure libltdl
24 -AC_CONFIG_SUBDIRS(libltdl)
25 -
26 use_builtin_libtool="no"
27
28 dnl override the libtool lines if we use the system libs
29 diff -Naur unixODBC-2.2.12.orig/exe/Makefile.am unixODBC-2.2.12/exe/Makefile.am
30 --- unixODBC-2.2.12.orig/exe/Makefile.am 2008-05-29 15:54:09.000000000 +0200
31 +++ unixODBC-2.2.12/exe/Makefile.am 2008-05-29 15:57:14.000000000 +0200
32 @@ -103,6 +103,6 @@
33
34 if WITHLT
35 dltest_DEPENDENCIES = $(LIBLTDL)
36 -dltest_LDADD = $(LIBLTDL) $(LIBADD_DL)
37 else
38 endif
39 +dltest_LDADD = $(LIBLTDL) $(LIBADD_DL)
40 diff -Naur unixODBC-2.2.12.orig/Makefile.am unixODBC-2.2.12/Makefile.am
41 --- unixODBC-2.2.12.orig/Makefile.am 2008-05-29 15:54:09.000000000 +0200
42 +++ unixODBC-2.2.12/Makefile.am 2008-05-29 15:57:56.000000000 +0200
43 @@ -3,7 +3,6 @@
44 log \
45 lst \
46 ini \
47 - libltdl \
48 odbcinst \
49 DriverManager \
50 odbcinstQ \
51
52
53
54 --
55 gentoo-commits@l.g.o mailing list