diff options
author | Eike Ritter <git@rittere.co.uk> | 2021-03-14 18:50:21 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-29 22:26:27 +0200 |
commit | b89accdfbc771e9936abf33dd5cfcd6882841564 (patch) | |
tree | b982207eb7bb5c63feff94e6cf783050f65bc0c4 /include/package-defaults.mk | |
parent | 290b28664d2522654dd304c40122beeb85f565a6 (diff) | |
download | upstream-b89accdfbc771e9936abf33dd5cfcd6882841564.tar.gz upstream-b89accdfbc771e9936abf33dd5cfcd6882841564.tar.bz2 upstream-b89accdfbc771e9936abf33dd5cfcd6882841564.zip |
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)
Diffstat (limited to 'include/package-defaults.mk')
0 files changed, 0 insertions, 0 deletions