source: freewrt/package/libpcap/patches/103-build-fc4.patch@ ffd41fe

freewrt_1_0 freewrt_2_0
Last change on this file since ffd41fe was 3ed7b87, checked in by Markus Wigge <markus@…>, 19 years ago
  • add workaround for broken flex on i.e. FC4

git-svn-id: svn://www.freewrt.org/trunk/freewrt@294 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 373 bytes
  • libpcap-0.9.4

    diff -urN libpcap-0.9.4.orig/Makefile.in libpcap-0.9.4/Makefile.in
    old new  
    5353CC = @CC@
    5454CCOPT = @V_CCOPT@
    5555INCLS = -I. @V_INCLS@
    56 DEFS = @DEFS@ @V_DEFS@
     56DEFS = -D_BSD_SOURCE @DEFS@ @V_DEFS@
    5757LIBS = @V_LIBS@
    5858DYEXT = @DYEXT@
    5959
Note: See TracBrowser for help on using the repository browser.