Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/utempter/files: utempter-0.5.5.6-build.patch
Date: Mon, 16 Jun 2008 21:34:49
Message-Id: E1K8MLc-00051h-2p@stork.gentoo.org
1 vapier 08/06/16 21:34:44
2
3 Added: utempter-0.5.5.6-build.patch
4 Log:
5 Drop bindnow-flags #227019 by Diego Pettenò. Switch to emake. Fix ROOT support in pkg_postinst. Respect CPPFLAGS/LDFLAGS.
6 (Portage version: 2.2_pre8/cvs/Linux 2.6.25 x86_64)
7
8 Revision Changes Path
9 1.1 sys-apps/utempter/files/utempter-0.5.5.6-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/utempter/files/utempter-0.5.5.6-build.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/utempter/files/utempter-0.5.5.6-build.patch?rev=1.1&content-type=text/plain
13
14 Index: utempter-0.5.5.6-build.patch
15 ===================================================================
16 --- Makefile
17 +++ Makefile
18 @@ -37,7 +37,7 @@
19 ln -sf $(SHAREDLIB).$(VERSION) $(RPM_BUILD_ROOT)/$(LIBDIR)/$(SHAREDLIB).$(SOMAJOR)
20
21 $(SHAREDLIB): utmpintf.os
22 - $(CC) -o $@ -shared -Wl,-soname,$(SONAME) $^ -lc
23 + $(CC) $(LDFLAGS) -o $@ -shared -Wl,-soname,$(SONAME) $^ -lc
24
25 utmpintf.o: utmpintf.c utempter.h
26
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list