Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/apr/files: apr-1.5.0-libtool.patch
Date: Wed, 22 Jan 2014 21:22:46
Message-Id: 20140122212243.3A8B82004C@flycatcher.gentoo.org
1 vapier 14/01/22 21:22:43
2
3 Added: apr-1.5.0-libtool.patch
4 Log:
5 Generate & use local libtool #374355 by Justin Lecher.
6
7 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.1 dev-libs/apr/files/apr-1.5.0-libtool.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/files/apr-1.5.0-libtool.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/files/apr-1.5.0-libtool.patch?rev=1.1&content-type=text/plain
14
15 Index: apr-1.5.0-libtool.patch
16 ===================================================================
17 generate a local copy of libtool for use in compiling
18
19 https://bugs.gentoo.org/374355
20
21 --- a/configure.in
22 +++ b/configure.in
23 @@ -260,9 +260,7 @@ case $host in
24 fi
25 else
26 dnl libtoolize requires that the following not be indented
27 - dnl should become LT_INIT(win32-dll)
28 -AC_LIBTOOL_WIN32_DLL
29 -AC_PROG_LIBTOOL
30 +LT_INIT(win32-dll)
31 # get libtool's setting of shlibpath_var
32 eval `grep "^shlibpath_var=[[A-Z_]]*$" $apr_builddir/libtool`
33 if test "x$shlibpath_var" = "x"; then