[csw-devel] SF.net SVN: gar:[19629] csw/mgar/pkg/squidguard/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sat Nov 10 23:36:00 CET 2012


Revision: 19629
          http://gar.svn.sourceforge.net/gar/?rev=19629&view=rev
Author:   dmichelsen
Date:     2012-11-10 22:36:00 +0000 (Sat, 10 Nov 2012)
Log Message:
-----------
squidguard/trunk: Enable 64 bit and LDAP

Modified Paths:
--------------
    csw/mgar/pkg/squidguard/trunk/Makefile

Modified: csw/mgar/pkg/squidguard/trunk/Makefile
===================================================================
--- csw/mgar/pkg/squidguard/trunk/Makefile	2012-11-10 22:35:55 UTC (rev 19628)
+++ csw/mgar/pkg/squidguard/trunk/Makefile	2012-11-10 22:36:00 UTC (rev 19629)
@@ -29,6 +29,7 @@
 SPKG_DESC_CSWsquidguard = URL redirector used to use blacklists with the proxysoftware Squid
 # PKGFILES is catchall
 RUNTIME_DEP_PKGS_CSWsquidguard += CSWbdb48
+RUNTIME_DEP_PKGS_CSWsquidguard += CSWlibldap2-4-2
 
 # Just docs, leave for now
 CHECKPKG_OVERRIDES_CSWsquidguard += file-with-bad-content|/usr/local|root/opt/csw/share/doc/squidguard/configure.txt
@@ -55,8 +56,13 @@
 SQUIDGUARD_LOG = $(localstatedir)/squidGuard/log
 SQUIDGUARD_DB = $(localstatedir)/squidGuard/db
 
+BUILD64 = 1
+ISAEXEC = 1
+
 CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS +=  --with-db=$(prefix)/bdb48
+CONFIGURE_ARGS += --with-ldap
+# CONFIGURE_ARGS += --with-mysql=$(prefix)
+CONFIGURE_ARGS += --with-db=$(prefix)/bdb48
 CONFIGURE_ARGS += --with-sg-config=$(SQUIDGUARD_CONF)
 CONFIGURE_ARGS += --with-sg-logdir=$(SQUIDGUARD_LOG)
 CONFIGURE_ARGS += --with-sg-dbhome=$(SQUIDGUARD_DB)

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list