diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-01-19 14:37:41 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-01-19 14:37:41 +0000 |
commit | 80ed5691a22a24c961b53222de698c0b65a574dc (patch) | |
tree | 94e0540d4885edb01745184a4edea91e06173677 /sys-auth/tcb/files | |
parent | Marking libofx-0.9.1 ppc64 for bug 299533 (diff) | |
download | gentoo-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/files')
-rw-r--r-- | sys-auth/tcb/files/tcb-1.0.2-build.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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: |