103-flex_workaround.patch 406 B

1234567891011121314
  1. Copyright (C) 2006 Markus Wigge
  2. diff -urN libpcap-0.9.4.orig/Makefile.in libpcap-0.9.4/Makefile.in
  3. --- libpcap-0.9.4.orig/Makefile.in 2006-07-19 09:27:47.000000000 +0200
  4. +++ libpcap-0.9.4/Makefile.in 2006-07-19 09:34:48.000000000 +0200
  5. @@ -53,7 +53,7 @@
  6. CC = @CC@
  7. CCOPT = @V_CCOPT@
  8. INCLS = -I. @V_INCLS@
  9. -DEFS = @DEFS@ @V_DEFS@
  10. +DEFS = -D_BSD_SOURCE @DEFS@ @V_DEFS@
  11. LIBS = @V_LIBS@
  12. DYEXT = @DYEXT@