On Mon, Jul 01, 2002 at 08:35:16PM +0200, Maul Carsten 0120 wrote:
> 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.
Wenn schon dann mit setenv, bzw export.
In der Regel aber mit »make -DWITH_FLEXRESP install«
-- B.Walter COSMO-Project http://www.cosmo-project.de ticso(at)cicely.de Usergroup info(at)cosmo-project.de To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Mon 01 Jul 2002 - 20:53:59 CEST