mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 02:26:23 +00:00
Fix snmp build
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11212 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -32,9 +32,9 @@ ifeq (${OSPLIB},)
|
||||
MODS:=$(filter-out res_osp.so,$(MODS))
|
||||
endif
|
||||
|
||||
ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/net-snmp/net-snmp-config.h),)
|
||||
SNMP_LDLIBS+=$(shell net-snmp-config --agent-libs)
|
||||
MODS+=res_snmp.so
|
||||
ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/net-snmp/net-snmp-config.h),)
|
||||
SNMP_LDLIBS+=$(shell net-snmp-config --agent-libs)
|
||||
MODS:=$(filter-out res_snmp.so,$(MODS))
|
||||
endif
|
||||
|
||||
ifeq (${WITH_SMDI},)
|
||||
|
Reference in New Issue
Block a user