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

freewrt_1_0 freewrt_2_0
Last change on this file since d419478 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
RevLine 
[3ed7b87]1diff -urN libpcap-0.9.4.orig/Makefile.in libpcap-0.9.4/Makefile.in
2--- libpcap-0.9.4.orig/Makefile.in 2006-07-19 09:27:47.000000000 +0200
3+++ libpcap-0.9.4/Makefile.in 2006-07-19 09:34:48.000000000 +0200
4@@ -53,7 +53,7 @@
5 CC = @CC@
6 CCOPT = @V_CCOPT@
7 INCLS = -I. @V_INCLS@
8-DEFS = @DEFS@ @V_DEFS@
9+DEFS = -D_BSD_SOURCE @DEFS@ @V_DEFS@
10 LIBS = @V_LIBS@
11 DYEXT = @DYEXT@
12
Note: See TracBrowser for help on using the repository browser.