diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-30 13:43:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-30 13:43:46 +0000 |
commit | b489be38e7e38067f770b80654defefe1d776fa9 (patch) | |
tree | 9dd3f02060d385cf1c0a0371dd10d8705d5813bf /security/vlock/files/patch-configure | |
parent | - Update to 1.0.1 (diff) |
- Update to 2.2.2
PR: 123949
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=213929
Diffstat (limited to 'security/vlock/files/patch-configure')
-rw-r--r-- | security/vlock/files/patch-configure | 24 |
1 files changed, 12 insertions, 12 deletions
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 |