source: npl/internetserver/iproute2/iproute2-2.6.26-ldflags.patch @ 128fde4

gcc484perl-5.22
Last change on this file since 128fde4 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 330 bytes
RevLine 
[c5c522c]1respect env LDFLAGS
2
3http://bugs.gentoo.org/236861
4
5--- tc/Makefile
6+++ tc/Makefile
7@@ -83,7 +83,7 @@
8        rm -f emp_ematch.yacc.output
9 
10 q_atm.so: q_atm.c
11-       $(CC) $(CFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm
12+       $(CC) $(CFLAGS) $(LDFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm
13 
14 %.yacc.c: %.y
15        $(YACC) $(YACCFLAGS) -o $@ $<
Note: See TracBrowser for help on using the repository browser.