mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-20 18:32:09 +00:00
Remove snmp optimisation flag not supported by clang
This commit is contained in:
parent
6ac8cb1f59
commit
b9a0b45253
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ LIBRARIES_DEPEND_UPON += $(ECCL_LIBS)
|
|||
# Extras for when building with SNMP support
|
||||
#
|
||||
ifeq ($(WITH_NET_SNMP),yes)
|
||||
EcAlarmSinkSNMP.m_FILE_FLAGS += $(shell net-snmp-config --cflags | sed -e 's/-l[^ ]*//g' | sed -e 's/-fstack-protector-strong//g')
|
||||
EcAlarmSinkSNMP.m_FILE_FLAGS += $(shell net-snmp-config --cflags | sed -e 's/-l[^ ]*//g' | sed -e 's/-fstack-protector-strong//g' -e 's/-ffat//g')
|
||||
LIBRARIES_DEPEND_UPON += $(shell net-snmp-config --agent-libs)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue