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

valholla at users.sourceforge.net valholla at users.sourceforge.net
Tue May 5 04:47:37 CEST 2009


Revision: 4681
          http://gar.svn.sourceforge.net/gar/?rev=4681&view=rev
Author:   valholla
Date:     2009-05-05 02:47:36 +0000 (Tue, 05 May 2009)

Log Message:
-----------
add extra configure options

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

Modified: csw/mgar/pkg/squid/trunk/Makefile
===================================================================
--- csw/mgar/pkg/squid/trunk/Makefile	2009-05-05 00:52:02 UTC (rev 4680)
+++ csw/mgar/pkg/squid/trunk/Makefile	2009-05-05 02:47:36 UTC (rev 4681)
@@ -20,28 +20,32 @@
 REQUIRED_PKGS_CSWsquid = CSWoldaprt CSWosslrt CSWsasl CSWcswclassutils
 PROTOTYPE_FILTER = awk '$$$$3 ~/\/init.d\/cswsquid$$$$/ { $$$$2 = "cswinitsmf" } { print }'
 
-LD = /opt/csw/bin/gld
-export LD
 MASTER_SITES = http://www.squid-cache.org/Versions/v$(RELVER)/$(GARVERSION)/
 DISTFILES = $(DISTNAME).tar.bz2
 DISTFILES += CSWsquid.postinstall CSWsquid.preremove cswsquid
 
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --datadir=$(datadir)/$(GARNAME)
-CONFIGURE_ARGS += --with-large-files
-CONFIGURE_ARGS += --with-gnu-ld=yes
-CONFIGURE_ARGS += --with-dl
+CONFIGURE_ARGS += --enable-arp-acl
+CONFIGURE_ARGS += --enable-auth=basic
+CONFIGURE_ARGS += --enable-basic-auth-helpers=LDAP,SMB,YP,PAM,SASL,NCSA
+CONFIGURE_ARGS += --enable-cache-digests
+CONFIGURE_ARGS += --enable-carp
+CONFIGURE_ARGS += --enable-delay-pools
+CONFIGURE_ARGS += --enable-devpoll
+CONFIGURE_ARGS += --enable-forw-via-db
+CONFIGURE_ARGS += --enable-htcp
+CONFIGURE_ARGS += --enable-icmp
 CONFIGURE_ARGS += --enable-large-cache-files
+CONFIGURE_ARGS += --enable-referer-log
+CONFIGURE_ARGS += --enable-removal-policies=heap,lru
+CONFIGURE_ARGS += --enable-select
+CONFIGURE_ARGS += --enable-snmp
 CONFIGURE_ARGS += --enable-ssl
+CONFIGURE_ARGS += --enable-useragent-log
+CONFIGURE_ARGS += --with-dl
+CONFIGURE_ARGS += --with-large-files
 CONFIGURE_ARGS += --with-openssl=$(prefix)
-CONFIGURE_ARGS += --enable-icmp
-CONFIGURE_ARGS += --enable-delay-pools
-CONFIGURE_ARGS += --enable-useragent-log
-CONFIGURE_ARGS += --enable-referer-log
-CONFIGURE_ARGS += --enable-arp-acl
-CONFIGURE_ARGS += --enable-snmp
-CONFIGURE_ARGS += --enable-auth=basic
-CONFIGURE_ARGS += --enable-basic-auth-helpers=LDAP,SMB,YP,PAM,SASL,NCSA
 
 TEST_TARGET = check
 


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