103-flex_workaround.patch 442 B

12345678910111213141516
  1. Copyright (C) 2006 Markus Wigge
  2. Index: libpcap-0.9.4/Makefile.in
  3. ===================================================================
  4. --- libpcap-0.9.4.orig/Makefile.in 2007-06-04 13:22:03.799277704 +0200
  5. +++ libpcap-0.9.4/Makefile.in 2007-06-04 13:22:04.181219640 +0200
  6. @@ -53,7 +53,7 @@
  7. CC = @CC@
  8. CCOPT = @V_CCOPT@
  9. INCLS = -I. @V_INCLS@
  10. -DEFS = @DEFS@ @V_DEFS@
  11. +DEFS = -D_BSD_SOURCE @DEFS@ @V_DEFS@
  12. LIBS = @V_LIBS@
  13. DYEXT = @DYEXT@