Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/fcgi/files: fcgi-2.4.1_pre0910052249-link.patch
Date: Mon, 01 Feb 2010 11:24:31
Message-Id: E1NbuOL-0004uQ-V9@stork.gentoo.org
1 flameeyes 10/02/01 11:24:29
2
3 Added: fcgi-2.4.1_pre0910052249-link.patch
4 Log:
5 Properly link and install libfcgi++. Closes bug #157821 after over three years. Rejoice.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-libs/fcgi/files/fcgi-2.4.1_pre0910052249-link.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/fcgi/files/fcgi-2.4.1_pre0910052249-link.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/fcgi/files/fcgi-2.4.1_pre0910052249-link.patch?rev=1.1&content-type=text/plain
13
14 Index: fcgi-2.4.1_pre0910052249-link.patch
15 ===================================================================
16 Index: fcgi-2.4.1-SNAP-0910052249/libfcgi/Makefile.am
17 ===================================================================
18 --- fcgi-2.4.1-SNAP-0910052249.orig/libfcgi/Makefile.am
19 +++ fcgi-2.4.1-SNAP-0910052249/libfcgi/Makefile.am
20 @@ -9,8 +9,7 @@ INCLUDE_FILES = $(INCLUDEDIR)/fastcgi.h
21 $(INCLUDEDIR)/fcgi_stdio.h \
22 $(INCLUDEDIR)/fcgios.h
23
24 -lib_LTLIBRARIES = libfcgi.la @LIBFCGIXX@
25 -EXTRA_LTLIBRARIES = libfcgi++.la
26 +lib_LTLIBRARIES = libfcgi.la libfcgi++.la
27
28 libfcgi_la_SOURCES = $(INCLUDE_FILES) \
29 fcgiapp.c \
30 @@ -23,5 +22,5 @@ libfcgi___la_SOURCES = $(INCLUDE_FILES)
31 $(INCLUDEDIR)/fcgio.h \
32 fcgio.cpp
33 libfcgi___la_CFLAGS = @PTHREAD_CFLAGS@
34 -libfcgi___la_LDFLAGS = -lfcgi -rpath @libdir@
35 +libfcgi___la_LIBADD = libfcgi.la