mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 03:29:52 +00:00
Neither the configure option nor configure variable to disable linking against PCRE seem to work anymore, so simply drop both and add a dependency on libpcre. As net-snmp is unlikely to fit on devices with small flash anyway, the extra size requirement shouldn't be a problem. If it is, feel free to submit a patch to fix the broken upstream behaviour. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
menu "Configuration"
|
|
depends on PACKAGE_libnetsnmp
|
|
|
|
config SNMP_WITH_PERL_EMBEDDED
|
|
bool
|
|
default n
|
|
prompt "Enable embedded perl in the SNMP agent and snmptrapd."
|
|
|
|
config SNMP_WITH_PERL_MODULES
|
|
bool
|
|
default n
|
|
prompt "Install perl modules"
|
|
|
|
endmenu
|