source:
npl/internetserver/iproute2/iproute2-2.6.26-ldflags.patch
@
a384a97
Last change on this file since a384a97 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 330 bytes |
-
tc/Makefile
respect env LDFLAGS http://bugs.gentoo.org/236861
83 83 rm -f emp_ematch.yacc.output 84 84 85 85 q_atm.so: q_atm.c 86 $(CC) $(CFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm86 $(CC) $(CFLAGS) $(LDFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm 87 87 88 88 %.yacc.c: %.y 89 89 $(YACC) $(YACCFLAGS) -o $@ $<
Note: See TracBrowser
for help on using the repository browser.