- Fix build with WITH_SNMP.

Submitted by:	maintainer
This commit is contained in:
Sergey Matveychuk 2009-05-14 12:06:22 +00:00
parent 1ebd8b8869
commit 021918ed32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233893

View file

@ -42,6 +42,7 @@ OPTIONS= ISISD "Enable experimental ISIS daemon" off \
.include <bsd.port.pre.mk>
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ARGS+=--includedir=${PREFIX}/include --enable-exampledir=${PREFIX}/share/examples/quagga --enable-pidfile-mask=0644
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
LIBTOOL=${LIBTOOL} LIBTOOLIZE=${LIBTOOLIZE} \