X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Flibs%2Flibpcap%2Fpatches%2F103-makefile_flex_workaround.patch;h=f5427261e11caa5430e66c6c34a42fadc6e6946c;hb=e4cd1dfcb5b73a15c7a7f2d21d85ed35008d1a00;hp=a90e0ce1a389a7346fc86476f34dfca009bd8084;hpb=6a7626fdc853316f4c5ad7225fe386aca67b99bd;p=openwrt.git diff --git a/package/libs/libpcap/patches/103-makefile_flex_workaround.patch b/package/libs/libpcap/patches/103-makefile_flex_workaround.patch index a90e0ce1a3..f5427261e1 100644 --- a/package/libs/libpcap/patches/103-makefile_flex_workaround.patch +++ b/package/libs/libpcap/patches/103-makefile_flex_workaround.patch @@ -3,8 +3,8 @@ --- a/Makefile.in +++ b/Makefile.in -@@ -56,7 +56,7 @@ LD = /usr/bin/ld - CC = @CC@ +@@ -59,7 +59,7 @@ LN_S = @LN_S@ + MKDEP = @MKDEP@ CCOPT = @V_CCOPT@ INCLS = -I. @V_INCLS@ -DEFS = @DEFS@ @V_DEFS@