|
@@ -49,7 +49,9 @@ endif
|
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
|
NETSNMP_DEPENDENCIES += openssl
|
|
|
NETSNMP_CONF_OPTS += \
|
|
|
- --with-openssl=$(STAGING_DIR)/usr/include/openssl
|
|
|
+ --with-openssl=$(STAGING_DIR)/usr/include/openssl \
|
|
|
+ --with-security-modules="tsm,usm" \
|
|
|
+ --with-transports="DTLSUDP,TLSTCP"
|
|
|
ifeq ($(BR2_STATIC_LIBS),y)
|
|
|
# openssl uses zlib, so we need to explicitly link with it when static
|
|
|
NETSNMP_CONF_ENV += LIBS=-lz
|