add support for security/mhash; from jakob@

This commit is contained in:
lebel 2001-06-20 21:55:18 +00:00
parent 035f6b2795
commit bd33ab9eb1
2 changed files with 15 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/06/07 14:26:22 lebel Exp $
# $OpenBSD: Makefile,v 1.2 2001/06/20 21:55:18 lebel Exp $
COMMENT= "Advanced Intrusion Detection Environment"
@ -9,7 +9,8 @@ NEED_VERSION= 1.402
MAINTAINER= David Lebel <lebel@openbsd.org>
BUILD_DEPENDS= bison::devel/bison
BUILD_DEPENDS= bison::devel/bison \
${LOCALBASE}/lib/libmhash.a::security/mhash
HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html
@ -22,6 +23,7 @@ MASTER_SITES= http://www.cs.tut.fi/~rammer/ \
ftp://ftp.linux.hr/pub/aide/
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-mhash
CONFIGURE_ENV= YACC="bison -y" \
CPPFLAGS="-I${LOCALBASE}/include/" \
LDFLAGS="-L${LOCALBASE}/lib/"

View File

@ -0,0 +1,11 @@
--- src/Makefile.in.orig Wed Jun 20 22:44:41 2001
+++ src/Makefile.in Wed Jun 20 22:44:57 2001
@@ -99,7 +99,7 @@
LDADD = @CRYPTLIB@
-LDFLAGS = @LD_STATIC_FLAG@
+LDFLAGS = @LDFLAGS@ @LD_STATIC_FLAG@
CLEANFILES = conf_yacc.h conf_yacc.c conf_lex.c *~
LEX_OUTPUT_ROOT = lex.yy