From 021918ed323a4ebc7247f16e0c6e9c191a5712b8 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Thu, 14 May 2009 12:06:22 +0000 Subject: [PATCH] - Fix build with WITH_SNMP. Submitted by: maintainer --- net/quagga/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/quagga/Makefile b/net/quagga/Makefile index fb516807917a..9c64b4009bf6 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -42,6 +42,7 @@ OPTIONS= ISISD "Enable experimental ISIS daemon" off \ .include +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} \