mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
Fix the make file *again*
svsvn commit --This line, and those below, will be ignored-- M res/Makefile git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11213 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -33,8 +33,9 @@ ifeq (${OSPLIB},)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/net-snmp/net-snmp-config.h),)
|
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))
|
MODS:=$(filter-out res_snmp.so,$(MODS))
|
||||||
|
else
|
||||||
|
SNMP_LDLIBS+=$(shell net-snmp-config --agent-libs)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (${WITH_SMDI},)
|
ifeq (${WITH_SMDI},)
|
||||||
|
|||||||
Reference in New Issue
Block a user