source:
freewrt/package/libpcap/patches/103-build-fc4.patch@
d419478
| Last change on this file since d419478 was 3ed7b87, checked in by , 19 years ago | |
|---|---|
|
|
| File size: 373 bytes | |
| Rev | Line | |
|---|---|---|
| [3ed7b87] | 1 | diff -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.
