Gentoo Archives: gentoo-commits

From: "Thomas Anderson (gentoofan23)" <gentoofan23@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/jabberd/files: jabberd-1.6.1.1-libtool2.2.patch
Date: Tue, 14 Oct 2008 19:10:58
Message-Id: E1KppIF-0005o3-BW@stork.gentoo.org
1 gentoofan23 08/10/14 19:10:55
2
3 Added: jabberd-1.6.1.1-libtool2.2.patch
4 Log:
5 Add fix for bug #240097 by running LT_OUTPUT earlier in configure(before the check for socket.h). Thanks to Ivan Ivanich for reporting and Mart Raudsepp for hints on the fix.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.25.9 x86_64)
7
8 Revision Changes Path
9 1.1 net-im/jabberd/files/jabberd-1.6.1.1-libtool2.2.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/jabberd/files/jabberd-1.6.1.1-libtool2.2.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/jabberd/files/jabberd-1.6.1.1-libtool2.2.patch?rev=1.1&content-type=text/plain
13
14 Index: jabberd-1.6.1.1-libtool2.2.patch
15 ===================================================================
16 --- jabberd14-1.6.1.1-orig/configure.ac 2007-07-18 18:18:40.000000000 -0400
17 +++ jabberd14-1.6.1.1/configure.ac 2008-10-14 14:30:49.000000000 -0400
18 @@ -40,6 +40,7 @@
19 AC_DISABLE_STATIC
20 AC_PROG_LIBTOOL
21 AC_SUBST(LIBTOOL_DEPS)
22 +m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
23
24 AC_SUBST([localedir], ['${datadir}/locale'])