openwrt/package/network
Eike Ritter b89accdfbc ppp: compile fix: unset FILTER variable in Makefile
If the environment variable FILTER is set before compilation,
compilation of the ppp-package will fail with the error message

Package ppp is missing dependencies for the following libraries:
libpcap.so.1

The reason is that the OpenWrt-patch for the Makefile only comments
out the line FILTER=y. Hence the pcap-library will be dynamically
linked if the environment variable FILTER is set elsewhere, which
causes compilation to fail. The fix consists on explicitly unsetting
the variable FILTER instead.

Signed-off-by: Eike Ritter <git@rittere.co.uk>
(cherry picked from commit 46cd0765d0)
2021-03-29 22:26:27 +02:00
..
config firewall3: update to latest git HEAD 2021-03-29 20:26:33 +02:00
ipv6 odhcp6c: fix routing loop on point-to-point links 2021-01-17 21:22:39 +01:00
services ppp: compile fix: unset FILTER variable in Makefile 2021-03-29 22:26:27 +02:00
utils build: reorder more BuildPackages lines to deal with ABI_VERSION 2021-02-16 12:27:56 +01:00