add support for security/mhash; from jakob@
This commit is contained in:
parent
035f6b2795
commit
bd33ab9eb1
@ -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/"
|
||||
|
11
security/aide/patches/patch-src_Makefile.in
Normal file
11
security/aide/patches/patch-src_Makefile.in
Normal 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
|
Loading…
Reference in New Issue
Block a user