X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/08ea49975296fa7515e51d4e44b1ddbdfcfb87d4..9a9ece5346ef463108cea608f1dd48df162c1b52:/package/libpcap/patches/103-flex_workaround.patch diff --git a/package/libpcap/patches/103-flex_workaround.patch b/package/libpcap/patches/103-flex_workaround.patch index 014c624d4..5d0334272 100644 --- a/package/libpcap/patches/103-flex_workaround.patch +++ b/package/libpcap/patches/103-flex_workaround.patch @@ -3,7 +3,7 @@ --- a/Makefile.in +++ b/Makefile.in -@@ -53,7 +53,7 @@ +@@ -55,7 +55,7 @@ SHAREDLIB=$(SOLIBRARY).$(LIBVERSION) CC = @CC@ CCOPT = @V_CCOPT@ INCLS = -I. @V_INCLS@ @@ -11,4 +11,4 @@ +DEFS = -D_BSD_SOURCE @DEFS@ @V_DEFS@ LIBS = @V_LIBS@ DAGLIBS = @DAGLIBS@ - DYEXT = @DYEXT@ + DEPLIBS = @DEPLIBS@