openbsd-ports/security/integrit/patches/gcc-patch-dep_mak
brad 888c17f9e4 add integrit port;
--
integrit is an alternative to file integrity verification programs
like tripwire and aide. It helps you determine whether an intruder
has modified a computer system.

From: Margarida Sequeira <niness@devilness.org>
2002-11-17 00:15:19 +00:00

9 lines
509 B
Plaintext

--- dep.mak.orig Sat Nov 16 17:10:03 2002
+++ dep.mak Sat Nov 16 17:10:17 2002
@@ -40,4 +40,4 @@ xstrdup.o : ${srcdir}/xstrdup.c ${srcdi
md5.o : ${srcdir}/gnupg/md5.c ${srcdir}/cdb.h ${srcdir}/cdb_hash.h Makefile
${CC} ${CPPFLAGS} ${CFLAGS} ${DEFS} -o $@ -c ${srcdir}/gnupg/md5.c
sha1.o : ${srcdir}/gnupg/sha1.c ${srcdir}/cdb.h ${srcdir}/cdb_hash.h Makefile
- ${CC} ${CPPFLAGS} ${CFLAGS} ${DEFS} -o $@ -c ${srcdir}/gnupg/sha1.c
+ ${CC} ${CPPFLAGS} ${CFLAGS} ${DEFS} -O0 -o $@ -c ${srcdir}/gnupg/sha1.c