Hi,
ich möchte snort aus den Ports inkl. der --enable-flexresp option kompilieren
Im Makefile findet man das:
.if defined(WITH_FLEXRESP)
BUILD_DEPENDS+= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
CONFIGURE_ARGS+=--enable-flexresp
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
LDFLAGS+= "-L${LOCALBASE}/lib"
.endif
Wie/wo muss ich WITH_FLEXRESP definen damit das if im Makefile greift ?
In der shell mit set WITH_FLEXRESP hat´s nicht gebracht :-/, und ich kann mir nicht vorstellen das man das im Makefile setzen soll.
Gruß
Carsten
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Mon 01 Jul 2002 - 20:35:54 CEST