diff options
| author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2011-06-23 08:31:52 +0000 |
|---|---|---|
| committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2011-06-23 08:31:52 +0000 |
| commit | 0e878570e4855fb83978af4d9fc6f70deffe8864 (patch) | |
| tree | c4a730336f39cfc8d68a1cfb8219284e8407462f /security/vlock/files/patch-configure | |
| parent | - Update to 1.02 (diff) | |
- Fix build with clang
- Remove MD5 checksum
Diffstat (limited to 'security/vlock/files/patch-configure')
| -rw-r--r-- | security/vlock/files/patch-configure | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/security/vlock/files/patch-configure b/security/vlock/files/patch-configure index 8cf43e19abdb..4ecb477dfd4c 100644 --- a/security/vlock/files/patch-configure +++ b/security/vlock/files/patch-configure @@ -1,12 +1,19 @@ ---- configure.orig 2008-05-24 08:37:25.515872840 +0200 -+++ configure 2008-05-24 08:38:44.943843155 +0200 -@@ -220,7 +220,8 @@ +--- configure.orig 2008-05-18 11:10:54.000000000 +0200 ++++ configure 2011-06-23 08:20:00.811018722 +0200 +@@ -219,12 +219,12 @@ + SCRIPTDIR="\$(LIBDIR)/vlock/scripts" 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" +- CC=gcc ++ #CC=gcc + DEFAULT_CFLAGS="-O2 -Wall -W -pedantic -std=gnu99" DEBUG_CFLAGS="-O0 -g -Wall -W -pedantic -std=gnu99" - CFLAGS="${DEFAULT_CFLAGS}" - LD=ld +- CFLAGS="${DEFAULT_CFLAGS}" +- LD=ld +- LDFLAGS="" ++ #CFLAGS="${DEFAULT_CFLAGS}" ++ #LD=ld ++ #LDFLAGS="" + AUTH_METHOD="pam" + ENABLE_ROOT_PASSWORD="yes" + ENABLE_PLUGINS="yes" |
