immortalwrt/package/network/services/ppp
Eike Ritter 39886684e3 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>
2021-03-20 11:19:03 +08:00
..
files ppp: revert change 2020-07-25 00:17:28 +08:00
patches ppp: compile fix: unset FILTER variable in Makefile 2021-03-20 11:19:03 +08:00
utils update source 2017-09-06 19:19:45 +08:00
Makefile ppp: Remove already applied patch 2021-01-02 12:01:25 +08:00