<div class="gmail_quote">2012/5/23  <span dir="ltr"><<a href="mailto:wilbury@users.sourceforge.net" target="_blank">wilbury@users.sourceforge.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Revision: 18088<br>
          <a href="http://gar.svn.sourceforge.net/gar/?rev=18088&view=rev" target="_blank">http://gar.svn.sourceforge.net/gar/?rev=18088&view=rev</a><br>
Author:   wilbury<br>
Date:     2012-05-23 11:32:17 +0000 (Wed, 23 May 2012)<br>
Log Message:<br>
-----------<br>
squid/branches/squid3: Adjust CONFIGURE_ARGS<br>
<br>
Modified Paths:<br>
--------------<br>
    csw/mgar/pkg/squid/branches/squid3/Makefile<br>
<br>
Modified: csw/mgar/pkg/squid/branches/squid3/Makefile<br>
===================================================================<br>
--- csw/mgar/pkg/squid/branches/squid3/Makefile 2012-05-23 11:30:52 UTC (rev 18087)<br>
+++ csw/mgar/pkg/squid/branches/squid3/Makefile 2012-05-23 11:32:17 UTC (rev 18088)<br>
@@ -58,7 +58,7 @@<br>
 CONFIGURE_ARGS += --docdir=$(datadir)/$(NAME)<br>
 CONFIGURE_ARGS += --localstatedir=/var/opt/csw/$(NAME)<br>
 CONFIGURE_ARGS += --enable-arp-acl<br>
-CONFIGURE_ARGS += --enable-auth=basic,ntlm<br>
+CONFIGURE_ARGS += --enable-auth=basic,ntlm,digest,negotiate<br>
 CONFIGURE_ARGS += --enable-basic-auth-helpers=LDAP,SMB,YP,PAM,SASL,NCSA<br>
 CONFIGURE_ARGS += --enable-cache-digests<br>
 CONFIGURE_ARGS += --enable-carp<br>
@@ -72,6 +72,7 @@<br>
 CONFIGURE_ARGS += --enable-snmp<br>
 CONFIGURE_ARGS += --enable-ssl<br>
 CONFIGURE_ARGS += --enable-useragent-log<br>
+CONFIGURE_ARGS += --enable-ipf-transparent<br>
 CONFIGURE_ARGS += --disable-ident-lookups<br>
 CONFIGURE_ARGS += --disable-icmp<br>
 CONFIGURE_ARGS += --with-dl<br>
@@ -80,7 +81,7 @@<br>
 CONFIGURE_ARGS += --with-default-user=$(NAME)<br>
<br>
 GARCOMPILER = GNU<br>
-EXTRA_LDFLAGS += $(prefix)/bdb48/lib<br>
+EXTRA_LDFLAGS += -L$(prefix)/bdb48/lib<br></blockquote><div><br></div><div>I think you meang EXTRA_LIB.</div><div><br></div><div><a href="http://sourceforge.net/apps/trac/gar/wiki/GAR%20Variable%20Reference">http://sourceforge.net/apps/trac/gar/wiki/GAR%20Variable%20Reference</a></div>

<div><br></div><div>It would look like:</div><div><br></div><div>EXTRA_LIB = $(prefix)/bdb68/lib</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 EXTRA_INC += $(prefix)/bdb48/include<br>
<br>
 TEST_TARGET =<br>
<br>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@lists.opencsw.org">devel@lists.opencsw.org</a><br>
<a href="https://lists.opencsw.org/mailman/listinfo/devel" target="_blank">https://lists.opencsw.org/mailman/listinfo/devel</a><br>
</blockquote></div><br>