From b489be38e7e38067f770b80654defefe1d776fa9 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 30 May 2008 13:43:46 +0000 Subject: - Update to 2.2.2 PR: 123949 Submitted by: Ganael Laplanche (maintainer) --- security/vlock/files/patch-configure | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'security/vlock/files/patch-configure') diff --git a/security/vlock/files/patch-configure b/security/vlock/files/patch-configure index 9abfa18ab2e3..8cf43e19abdb 100644 --- a/security/vlock/files/patch-configure +++ b/security/vlock/files/patch-configure @@ -1,12 +1,12 @@ ---- configure.orig 2008-03-26 17:49:33.000000000 +0800 -+++ configure 2008-03-30 13:32:41.000000000 +0800 -@@ -255,6 +255,9 @@ - DL_LIB='' - CRYPT_LIB='' - MODULES="all.so new.so" -+ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" -+ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -+ ROOT_GROUP="wheel" - ;; - esac - } +--- configure.orig 2008-05-24 08:37:25.515872840 +0200 ++++ configure 2008-05-24 08:38:44.943843155 +0200 +@@ -220,7 +220,8 @@ + MODULEDIR="\$(LIBDIR)/vlock/modules" + + CC=gcc +- DEFAULT_CFLAGS="-O2 -Wall -W -pedantic -std=gnu99" ++ #DEFAULT_CFLAGS="-O2 -Wall -W -pedantic -std=gnu99" ++ DEFAULT_CFLAGS="-pedantic -std=gnu99" + DEBUG_CFLAGS="-O0 -g -Wall -W -pedantic -std=gnu99" + CFLAGS="${DEFAULT_CFLAGS}" + LD=ld -- cgit v1.2.3