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

Maciej (Matchek) Bliziński maciej at opencsw.org
Wed May 30 10:31:57 CEST 2012


2012/5/23 <wilbury at users.sourceforge.net>

> 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
>

I think you meang EXTRA_LIB.

http://sourceforge.net/apps/trac/gar/wiki/GAR%20Variable%20Reference

It would look like:

EXTRA_LIB = $(prefix)/bdb68/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.
>
> _______________________________________________
> devel mailing list
> devel at lists.opencsw.org
> https://lists.opencsw.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencsw.org/pipermail/devel/attachments/20120530/414bc063/attachment.html>


More information about the devel mailing list