openwrt/package/network/services/ppp
Eike Ritter c454683c8d 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>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:07:50 +00:00
..
files ppp: Update to version 2.4.9 2021-09-01 08:07:40 +00:00
patches ppp: compile fix: unset FILTER variable in Makefile 2021-09-01 08:07:50 +00:00
utils packages: sort network related packages into package/network/ 2012-10-10 12:32:29 +00:00
Makefile ppp: Update to version 2.4.9 2021-09-01 08:07:40 +00:00