Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/lksctp-tools/files: lksctp-tools-1.0.13-build.patch
Date: Sun, 24 Feb 2013 07:15:03
Message-Id: 20130224071459.D97582171D@flycatcher.gentoo.org
1 flameeyes 13/02/24 07:14:59
2
3 Added: lksctp-tools-1.0.13-build.patch
4 Log:
5 Version bump; move to autotools-utils; fix LICENSE.
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
8
9 Revision Changes Path
10 1.1 net-misc/lksctp-tools/files/lksctp-tools-1.0.13-build.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lksctp-tools/files/lksctp-tools-1.0.13-build.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lksctp-tools/files/lksctp-tools-1.0.13-build.patch?rev=1.1&content-type=text/plain
14
15 Index: lksctp-tools-1.0.13-build.patch
16 ===================================================================
17 From 2f2ba4e271b91535860705ca5911a3a6e1f64121 Mon Sep 17 00:00:00 2001
18 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= <flameeyes@×××××××××.eu>
19 Date: Sat, 23 Feb 2013 23:08:49 -0800
20 Subject: [PATCH lksctp-tools] build: fix out-of-tree build of withsctp.
21 MIME-Version: 1.0
22 Content-Type: text/plain; charset=UTF-8
23 Content-Transfer-Encoding: 8bit
24
25
26 Signed-off-by: Diego Elio Pettenò <flameeyes@×××××××××.eu>
27 ---
28 src/withsctp/Makefile.am | 2 +-
29 1 file changed, 1 insertion(+), 1 deletion(-)
30
31 diff --git a/src/withsctp/Makefile.am b/src/withsctp/Makefile.am
32 index e091049..cecf606 100644
33 --- a/src/withsctp/Makefile.am
34 +++ b/src/withsctp/Makefile.am
35 @@ -10,7 +10,7 @@ include $(top_srcdir)/Makefile.rules
36 bin_PROGRAMS = checksctp
37 bin_SCRIPTS = withsctp
38
39 -AM_CPPFLAGS=-I../include
40 +AM_CPPFLAGS=-I$(top_srcdir)/src/include
41 pkglib_LTLIBRARIES = libwithsctp.la
42 libwithsctp_la_SOURCES = sctp_load_libs.c sctp_socket.c sctp_bind.c \
43 sctp_sockopt.c sctp_socket.h
44 --
45 1.8.1.2