mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
php: fix build error for snmp extension
PHP requires that net-snmp be built with the ability to load MIB code, so force it on when the extension is enabled. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
05d7b16f53
commit
48189d9500
@@ -219,6 +219,7 @@ config BR2_PACKAGE_PHP_EXT_FTP
|
||||
config BR2_PACKAGE_PHP_EXT_SNMP
|
||||
bool "SNMP"
|
||||
select BR2_PACKAGE_NETSNMP
|
||||
select BR2_PACKAGE_NETSNMP_ENABLE_MIBS
|
||||
help
|
||||
SNMP support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user