From 48189d95001c41969ffddad427aaf73a9b57bc15 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Sat, 2 Jun 2012 05:09:03 +0000 Subject: 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 Signed-off-by: Peter Korsgaard --- package/php/Config.ext | 1 + 1 file changed, 1 insertion(+) diff --git a/package/php/Config.ext b/package/php/Config.ext index fa73bb4de..80bab70da 100644 --- a/package/php/Config.ext +++ b/package/php/Config.ext @@ -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 -- cgit v1.2.3-55-g7522