CVS: moonbase/security/aide BUILD,1.2,1.3 DEPENDS,1.5,1.6

Terry Chan tchan at lunar-linux.org
Tue Dec 9 05:42:42 GMT 2003


Update of /var/cvs/lunar/moonbase/security/aide
In directory dbguin.lunar-linux.org:/tmp/cvs-serv9882

Modified Files:
	BUILD DEPENDS 
Log Message:
Thanks to elaine for pointing out how to get aide to compile with installing
postgresql and libgcrypt.  Returned them to their optional_depends state,
rather than forcing them to be installed.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/aide/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	9 Dec 2003 03:56:03 -0000	1.2
+++ BUILD	9 Dec 2003 05:42:40 -0000	1.3
@@ -4,8 +4,6 @@
                --prefix=/usr         \
                --sysconfdir=/etc     \
                --localstatedir=/var  \
-               --with-psql           \
-               --with-gcrypt         \
                $OPTS                 &&
  
   default_make

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/aide/DEPENDS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DEPENDS	9 Dec 2003 03:56:03 -0000	1.5
+++ DEPENDS	9 Dec 2003 05:42:40 -0000	1.6
@@ -1,10 +1,18 @@
 depends  mhash      &&
 depends  bison      &&
 depends  flex       &&
-depends  libgcrypt  &&
-depends  postgresql &&
 
+optional_depends  "libgcrypt"           \
+                  "--with-libgcrypt"    \
+                  "--disable-libgcrypt" \
+                  "use gcrypt lib"      &&
+                  
+optional_depends  "postgresql"          \
+                  "--with-psql"         \
+                  "--disable-psql"      \
+                  "for PostgreSQL database support" &&
+                  
 optional_depends  "zlib"              \
                   "--with-zlib"       \
-                  "--without-zlib"    \
+                  "--disable-zlib"    \
                   "for compression support"




More information about the Lunar-commits mailing list