mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
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
|
||
|---|---|---|
| .. | ||
| 010-use_target_for_configure.patch | ||
| 100-debian_ip-ip_option.patch | ||
| 101-debian_close_dev_ppp.patch | ||
| 103-debian_fix_link_pidfile.patch | ||
| 105-debian_demand.patch | ||
| 106-debian_stripMSdomain.patch | ||
| 107-debian_pppoatm_wildcard.patch | ||
| 110-debian_defaultroute.patch | ||
| 120-debian_ipv6_updown_option.patch | ||
| 133-fix_sha1_include.patch | ||
| 140-pppoe_compile_fix.patch | ||
| 200-makefile.patch | ||
| 201-mppe_mppc_1.1.patch | ||
| 202-no_strip.patch | ||
| 203-opt_flags.patch | ||
| 204-radius_config.patch | ||
| 205-no_exponential_timeout.patch | ||
| 207-lcp_mtu_max.patch | ||
| 208-fix_status_code.patch | ||
| 300-filter-pcap-includes-lib.patch | ||
| 310-precompile_filter.patch | ||
| 321-multilink_support_custom_iface_names.patch | ||
| 330-retain_foreign_default_routes.patch | ||
| 340-populate_default_gateway.patch | ||
| 400-simplify_kernel_checks.patch | ||
| 401-no_record_file.patch | ||
| 403-no_wtmp.patch | ||
| 404-remove_obsolete_protocol_names.patch | ||
| 405-no_multilink_option.patch | ||
| 500-add-pptp-plugin.patch | ||
| 510-pptp_compile_fix.patch | ||
| 511-pptp_cflags.patch | ||
| 600-Revert-pppd-Use-openssl-for-the-DES-instead-of-the-l.patch | ||
| 610-pppd_compile_fix.patch | ||