openwrt/package
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
..
base-files base-files: add logging for configuration import 2021-03-22 21:08:00 +01:00
boot uboot-envtools: adjust compile patch to version v2021.01 2021-03-01 21:50:08 +01:00
devel strace: update package to v5.10 2021-01-30 01:03:00 +01:00
firmware tfa-layerscape: build fiptool again 2021-02-21 13:55:30 +01:00
kernel packages: kernel: add gpio-nxp-74hc153 2021-03-27 07:46:14 +01:00
libs openssl: bump to 1.1.1k 2021-03-27 07:34:35 +01:00
network ppp: compile fix: unset FILTER variable in Makefile 2021-03-29 22:26:27 +02:00
system rpcd: update to git HEAD 2021-03-15 21:53:16 +00:00
utils busybox: udhcpc, allow zero length dhcp options 2021-03-29 22:16:54 +02:00
Makefile build: always build package/kernel/linux 2020-10-15 13:25:58 +02:00