From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1K1jSP-0002DG-DN for garchives@archives.gentoo.org; Thu, 29 May 2008 14:50:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0B38E0845; Thu, 29 May 2008 14:50:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B2C18E0845 for ; Thu, 29 May 2008 14:50:20 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 2DA44677CC for ; Thu, 29 May 2008 14:50:20 +0000 (UTC) Received: from dev-zero by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1K1jSK-0003vU-4D for gentoo-commits@lists.gentoo.org; Thu, 29 May 2008 14:50:16 +0000 From: "Tiziano Mueller (dev-zero)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dev-zero@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-db/unixODBC/files: 360-unixODBC-2.2.12-libltdlfixes.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: 360-unixODBC-2.2.12-libltdlfixes.patch X-VCS-Directories: dev-db/unixODBC/files X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Mueller Content-Type: text/plain; charset=utf8 Message-Id: Sender: Tiziano Mueller Date: Thu, 29 May 2008 14:50:16 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 609af193-9c71-4801-9121-8eb6da00dbc1 X-Archives-Hash: e68083beeb71852043b8b5e03429358c dev-zero 08/05/29 14:50:16 Added: 360-unixODBC-2.2.12-libltdlfixes.patch Log: Removed bundled libltdl (fixes bug #221879). (Portage version: 2.1.5_rc7) Revision Changes Path 1.1 dev-db/unixODBC/files/360-unixODBC-2.2.12-libltdlfix= es.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/unixODBC/fi= les/360-unixODBC-2.2.12-libltdlfixes.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/unixODBC/fi= les/360-unixODBC-2.2.12-libltdlfixes.patch?rev=3D1.1&content-type=3Dtext/= plain Index: 360-unixODBC-2.2.12-libltdlfixes.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 =20 -dnl Configure libltdl -AC_CONFIG_SUBDIRS(libltdl) - use_builtin_libtool=3D"no" =20 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/Makef= ile.am --- unixODBC-2.2.12.orig/exe/Makefile.am 2008-05-29 15:54:09.000000000 +0= 200 +++ unixODBC-2.2.12/exe/Makefile.am 2008-05-29 15:57:14.000000000 +0200 @@ -103,6 +103,6 @@ =20 if WITHLT dltest_DEPENDENCIES =3D $(LIBLTDL) -dltest_LDADD =3D $(LIBLTDL) $(LIBADD_DL) else endif +dltest_LDADD =3D $(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 \ --=20 gentoo-commits@lists.gentoo.org mailing list