[csw-devel] SF.net SVN: gar:[18088] csw/mgar/pkg/squid/branches/squid3/Makefile

wilbury at users.sourceforge.net wilbury at users.sourceforge.net
Wed May 23 13:32:18 CEST 2012


Revision: 18088
          http://gar.svn.sourceforge.net/gar/?rev=18088&view=rev
Author:   wilbury
Date:     2012-05-23 11:32:17 +0000 (Wed, 23 May 2012)
Log Message:
-----------
squid/branches/squid3: Adjust CONFIGURE_ARGS

Modified Paths:
--------------
    csw/mgar/pkg/squid/branches/squid3/Makefile

Modified: csw/mgar/pkg/squid/branches/squid3/Makefile
===================================================================
--- csw/mgar/pkg/squid/branches/squid3/Makefile	2012-05-23 11:30:52 UTC (rev 18087)
+++ csw/mgar/pkg/squid/branches/squid3/Makefile	2012-05-23 11:32:17 UTC (rev 18088)
@@ -58,7 +58,7 @@
 CONFIGURE_ARGS += --docdir=$(datadir)/$(NAME)
 CONFIGURE_ARGS += --localstatedir=/var/opt/csw/$(NAME)
 CONFIGURE_ARGS += --enable-arp-acl
-CONFIGURE_ARGS += --enable-auth=basic,ntlm
+CONFIGURE_ARGS += --enable-auth=basic,ntlm,digest,negotiate
 CONFIGURE_ARGS += --enable-basic-auth-helpers=LDAP,SMB,YP,PAM,SASL,NCSA
 CONFIGURE_ARGS += --enable-cache-digests
 CONFIGURE_ARGS += --enable-carp
@@ -72,6 +72,7 @@
 CONFIGURE_ARGS += --enable-snmp
 CONFIGURE_ARGS += --enable-ssl
 CONFIGURE_ARGS += --enable-useragent-log
+CONFIGURE_ARGS += --enable-ipf-transparent
 CONFIGURE_ARGS += --disable-ident-lookups
 CONFIGURE_ARGS += --disable-icmp
 CONFIGURE_ARGS += --with-dl
@@ -80,7 +81,7 @@
 CONFIGURE_ARGS += --with-default-user=$(NAME)
 
 GARCOMPILER = GNU
-EXTRA_LDFLAGS += $(prefix)/bdb48/lib
+EXTRA_LDFLAGS += -L$(prefix)/bdb48/lib
 EXTRA_INC += $(prefix)/bdb48/include
 
 TEST_TARGET = 

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