summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2010-01-19 14:37:41 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2010-01-19 14:37:41 +0000
commit80ed5691a22a24c961b53222de698c0b65a574dc (patch)
tree94e0540d4885edb01745184a4edea91e06173677 /sys-auth/tcb
parentMarking libofx-0.9.1 ppc64 for bug 299533 (diff)
downloadgentoo-2-80ed5691a22a24c961b53222de698c0b65a574dc.tar.gz
gentoo-2-80ed5691a22a24c961b53222de698c0b65a574dc.tar.bz2
gentoo-2-80ed5691a22a24c961b53222de698c0b65a574dc.zip
Do not pass CFLAGS to make link rules. Thanks to Dmitry V. Levin <ldv at altlinux org>.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sys-auth/tcb')
-rw-r--r--sys-auth/tcb/ChangeLog7
-rw-r--r--sys-auth/tcb/files/tcb-1.0.2-build.patch4
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-auth/tcb/ChangeLog b/sys-auth/tcb/ChangeLog
index 9351794bef96..2c0b51630a1c 100644
--- a/sys-auth/tcb/ChangeLog
+++ b/sys-auth/tcb/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-auth/tcb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/tcb/ChangeLog,v 1.5 2010/01/17 14:55:16 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/tcb/ChangeLog,v 1.6 2010/01/19 14:37:41 phajdan.jr Exp $
+
+ 19 Jan 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ files/tcb-1.0.2-build.patch:
+ Do not pass CFLAGS to make link rules. Thanks to Dmitry V. Levin <ldv at
+ altlinux org>.
*tcb-1.0.3-r2 (17 Jan 2010)
diff --git a/sys-auth/tcb/files/tcb-1.0.2-build.patch b/sys-auth/tcb/files/tcb-1.0.2-build.patch
index fe4220b787f0..60cc1c519354 100644
--- a/sys-auth/tcb/files/tcb-1.0.2-build.patch
+++ b/sys-auth/tcb/files/tcb-1.0.2-build.patch
@@ -5,14 +5,14 @@
$(LIBTCB_LONG): libtcb.o $(LIB_MAP)
- $(CC) $(DBGFLAG) -shared -o $@ -Wl,-soname,$(LIBTCB) \
-+ $(CC) $(CFLAGS) $(LDFLAGS) $(DBGFLAG) -shared -o $@ -Wl,-soname,$(LIBTCB) \
++ $(CC) $(LDFLAGS) $(DBGFLAG) -shared -o $@ -Wl,-soname,$(LIBTCB) \
-Wl,--version-script=$(LIB_MAP) $< -lc
ln -sf $@ $(LIBTCB)
ln -sf $(LIBTCB) libtcb.so
$(LIBNSS): nss.o $(NSS_MAP) $(LIBTCB_LONG)
- $(CC) $(DBGFLAG) -shared -o $@ -Wl,--version-script=$(NSS_MAP) \
-+ $(CC) $(CFLAGS) $(LDFLAGS) $(DBGFLAG) -shared -o $@ -Wl,-soname,$@ -Wl,--version-script=$(NSS_MAP) \
++ $(CC) $(LDFLAGS) $(DBGFLAG) -shared -o $@ -Wl,-soname,$@ -Wl,--version-script=$(NSS_MAP) \
$< -L. $(LIBNSL) -ltcb
.c.o: