View | Details | Raw Unified | Return to bug 192401 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 32-38 Link Here
32
INSTALL_TARGET=	install-strip
32
INSTALL_TARGET=	install-strip
33
CXXFLAGS+=	-I${LOCALBASE}/include
33
CXXFLAGS+=	-I${LOCALBASE}/include
34
LDFLAGS+=	-L${LOCALBASE}/lib
34
LDFLAGS+=	-L${LOCALBASE}/lib
35
CONFIGURE_ARGS=	--with-modules="" \
35
CONFIGURE_ARGS=	--disable-static \
36
		--with-modules="" \
36
		--with-dynmodules="pipe ${MODULES}" \
37
		--with-dynmodules="pipe ${MODULES}" \
37
		--sysconfdir="${PREFIX}/etc/pdns" \
38
		--sysconfdir="${PREFIX}/etc/pdns" \
38
		--with-boost="${LOCALBASE}"
39
		--with-boost="${LOCALBASE}"

Return to bug 192401