diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-04-04 22:39:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-04 22:39:56 +0200 |
commit | b5024aa7ab0c19b5b323ac4aa407c8bd62f90b29 (patch) | |
tree | f2c177179c11e8eb7b1aa91b95dec6a01c990db6 /zebra | |
parent | Merge pull request #331 from dwalton76/quagga-reload (diff) | |
parent | vtysh: Fix build for non-snmp case (diff) | |
download | frr-b5024aa7ab0c19b5b323ac4aa407c8bd62f90b29.tar.xz frr-b5024aa7ab0c19b5b323ac4aa407c8bd62f90b29.zip |
Merge pull request #332 from opensourcerouting/snmp-fix
fix SNMP build
Diffstat (limited to 'zebra')
-rw-r--r-- | zebra/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/Makefile.am b/zebra/Makefile.am index af7a513d2..3e0de3b46 100644 --- a/zebra/Makefile.am +++ b/zebra/Makefile.am @@ -61,6 +61,7 @@ if SNMP module_LTLIBRARIES += zebra_snmp.la endif zebra_snmp_la_SOURCES = zebra_snmp.c +zebra_snmp_la_CFLAGS = $(WERROR) $(SNMP_CFLAGS) zebra_snmp_la_LDFLAGS = -avoid-version -module -shared -export-dynamic zebra_snmp_la_LIBADD = ../lib/libfrrsnmp.la |