File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ Name: net-snmp
66Description: winlib net-snmp package
77URL: https://github.com/winlibs/net-snmp
88Version: 5.9.4
9- Requires: libcrypto libssl
9+ Requires: openssl
1010Libs: -L${libdir} -lnetsnmp
1111Cflags: -I${includedir}
Original file line number Diff line number Diff line change 33ARG_WITH ( "snmp" , "SNMP support" , "no" ) ;
44
55if ( PHP_SNMP != "no" ) {
6- if ( PKG_CHECK_MODULES ( "SNMP " , "netsnmp " ) ) {
7- PHP_EVAL_INCLINE ( SNMP_CFLAGS , "snmp" ) ;
8- PHP_EVAL_LIBLINE ( SNMP_LIBS , "snmp" )
6+ if ( PKG_CHECK_MODULES ( "NET_SNMP " , "net-snmp " ) ) {
7+ PHP_EVAL_INCLINE ( NET_SNMP_CFLAGS , "snmp" ) ;
8+ PHP_EVAL_LIBLINE ( NET_SNMP_LIBS , "snmp" )
99 EXTENSION ( 'snmp' , 'snmp.c' ) ;
1010 ADD_EXTENSION_DEP ( 'snmp' , 'spl' ) ;
1111 AC_DEFINE ( 'HAVE_SNMP' , 1 , "Define to 1 if the PHP extension 'snmp' is available." ) ;
You can’t perform that action at this time.
0 commit comments