Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/thinkfinger/files: 0.3-strip-strip.patch
Date: Mon, 31 Oct 2011 00:29:08
Message-Id: 20111031002857.D28612004B@flycatcher.gentoo.org
1 dirtyepic 11/10/31 00:28:57
2
3 Added: 0.3-strip-strip.patch
4 Log:
5 Remove --strip-all from LDFLAGS (was causing build failure with GCC 4.6)
6 (bug #371001). Clean up ebuild - EAPI 4, remove useless die calls, install
7 udev scripts in /lib, not $(get_libdir), add static-libs USE and port to
8 autotools-utils eclass.
9
10 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.1 sys-auth/thinkfinger/files/0.3-strip-strip.patch
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/thinkfinger/files/0.3-strip-strip.patch?rev=1.1&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/thinkfinger/files/0.3-strip-strip.patch?rev=1.1&content-type=text/plain
17
18 Index: 0.3-strip-strip.patch
19 ===================================================================
20 Strip is handled by the package manager.
21
22 --- a/pam/Makefile.am
23 +++ b/pam/Makefile.am
24 @@ -8,7 +8,7 @@ pam_thinkfinger_so_SOURCES = pam_thinkfinger-compat.c pam_thinkfinger-compat.h p
25 else
26 pam_thinkfinger_so_SOURCES = pam_thinkfinger-uinput.c pam_thinkfinger-uinput.h pam_thinkfinger.c
27 endif
28 -pam_thinkfinger_so_LDFLAGS = -shared --strip-all -Wl,-soname,pam_thinkfinger.so -Wl,--as-needed
29 +pam_thinkfinger_so_LDFLAGS = -shared -Wl,-soname,pam_thinkfinger.so -Wl,--as-needed
30 pam_thinkfinger_so_CFLAGS = $(CFLAGS)
31 pam_thinkfinger_so_LDADD = $(top_builddir)/libthinkfinger/libthinkfinger.la $(PAM_LIBS) $(PTHREAD_LIBS)
32
33 --- a/pam/Makefile.in
34 +++ b/pam/Makefile.in
35 @@ -201,7 +201,7 @@ pamdir = $(SECUREDIR)
36 INCLUDES = -I$(top_srcdir)/libthinkfinger
37 @HAVE_OLD_PAM_FALSE@pam_thinkfinger_so_SOURCES = pam_thinkfinger-uinput.c pam_thinkfinger-uinput.h pam_thinkfinger.c
38 @HAVE_OLD_PAM_TRUE@pam_thinkfinger_so_SOURCES = pam_thinkfinger-compat.c pam_thinkfinger-compat.h pam_thinkfinger-uinput.c pam_thinkfinger-uinput.h pam_thinkfinger.c
39 -pam_thinkfinger_so_LDFLAGS = -shared --strip-all -Wl,-soname,pam_thinkfinger.so -Wl,--as-needed
40 +pam_thinkfinger_so_LDFLAGS = -shared -Wl,-soname,pam_thinkfinger.so -Wl,--as-needed
41 pam_thinkfinger_so_CFLAGS = $(CFLAGS)
42 pam_thinkfinger_so_LDADD = $(top_builddir)/libthinkfinger/libthinkfinger.la $(PAM_LIBS) $(PTHREAD_LIBS)
43 all: all-am