From bd33ab9eb19d6c319fa4d6ac7414ffdc84ffc68a Mon Sep 17 00:00:00 2001 From: lebel Date: Wed, 20 Jun 2001 21:55:18 +0000 Subject: [PATCH] add support for security/mhash; from jakob@ --- security/aide/Makefile | 6 ++++-- security/aide/patches/patch-src_Makefile.in | 11 +++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 security/aide/patches/patch-src_Makefile.in diff --git a/security/aide/Makefile b/security/aide/Makefile index 457de55073b..b28a7ad45f9 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -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 -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/" diff --git a/security/aide/patches/patch-src_Makefile.in b/security/aide/patches/patch-src_Makefile.in new file mode 100644 index 00000000000..bc3e7a47612 --- /dev/null +++ b/security/aide/patches/patch-src_Makefile.in @@ -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