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

gcc484ntopperl-5.22
Last change on this file since c5c522c 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
  • tc/Makefile

    respect env LDFLAGS
    
    http://bugs.gentoo.org/236861
    
     
    8383        rm -f emp_ematch.yacc.output
    8484
    8585q_atm.so: q_atm.c
    86         $(CC) $(CFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm
     86        $(CC) $(CFLAGS) $(LDFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm
    8787
    8888%.yacc.c: %.y
    8989        $(YACC) $(YACCFLAGS) -o $@ $<
Note: See TracBrowser for help on using the repository browser.