head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2;
locks; strict;
comment	@# @;


1.3
date	2011.06.23.08.31.52;	author martymac;	state Exp;
branches;
next	1.2;

1.2
date	2008.05.30.13.43.46;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.04.02.01.19.28;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Fix build with clang
- Remove MD5 checksum
@
text
@--- 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
+  #CC=gcc
   DEFAULT_CFLAGS="-O2 -Wall -W -pedantic -std=gnu99"
   DEBUG_CFLAGS="-O0 -g -Wall -W -pedantic -std=gnu99"
-  CFLAGS="${DEFAULT_CFLAGS}"
-  LD=ld
-  LDFLAGS=""
+  #CFLAGS="${DEFAULT_CFLAGS}"
+  #LD=ld
+  #LDFLAGS=""
   AUTH_METHOD="pam"
   ENABLE_ROOT_PASSWORD="yes"
   ENABLE_PLUGINS="yes"
@


1.2
log
@- Update to 2.2.2

PR:		123949
Submitted by:	Ganael Laplanche <ganael.laplanche@@martymac.com> (maintainer)
@
text
@d1 4
a4 3
--- configure.orig	2008-05-24 08:37:25.515872840 +0200
+++ configure	2008-05-24 08:38:44.943843155 +0200
@@@@ -220,7 +220,8 @@@@
d7 3
a9 4
   CC=gcc
-  DEFAULT_CFLAGS="-O2 -Wall -W -pedantic -std=gnu99"
+  #DEFAULT_CFLAGS="-O2 -Wall -W -pedantic -std=gnu99"
+  DEFAULT_CFLAGS="-pedantic -std=gnu99"
d11 9
a19 2
   CFLAGS="${DEFAULT_CFLAGS}"
   LD=ld
@


1.1
log
@- Add missing files for 2.2.1 update
@
text
@d1 12
a12 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
 }
@

