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 46cd0765d0c585dc0b48c8c0a3f116ef83cd580f)
2021-03-29 22:26:27 +02:00
..
2021-02-08 13:16:24 +00:00
2020-12-11 13:48:24 +01:00
2020-01-05 19:36:46 +01:00
2020-06-23 20:00:16 +02:00
2020-12-09 12:36:40 +01:00
2020-04-26 13:00:36 +01:00
2021-03-21 22:39:38 +01:00
2021-01-26 13:08:56 -10:00
2020-11-12 13:28:38 +01:00