SF.net SVN: gar:[25648] csw/mgar/pkg/squid/trunk/Makefile

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Wed Apr 6 09:18:01 CEST 2016


Revision: 25648
          http://sourceforge.net/p/gar/code/25648
Author:   cgrzemba
Date:     2016-04-06 07:18:01 +0000 (Wed, 06 Apr 2016)
Log Message:
-----------
squid/trunk: add debug configure options

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

Modified: csw/mgar/pkg/squid/trunk/Makefile
===================================================================
--- csw/mgar/pkg/squid/trunk/Makefile	2016-04-05 17:41:22 UTC (rev 25647)
+++ csw/mgar/pkg/squid/trunk/Makefile	2016-04-06 07:18:01 UTC (rev 25648)
@@ -111,6 +111,7 @@
 CONFIGURE_ARGS += --enable-wccp
 CONFIGURE_ARGS += --enable-wccpv2
 
+
 # Native instructions need to be disabled for zones as reported in #5221
 # This is described in detail in
 #   http://wiki.squid-cache.org/KnowledgeBase/IllegalInstructionError
@@ -141,8 +142,12 @@
 # Add #define until this is fixed:
 #   http://bugs.squid-cache.org/show_bug.cgi?id=4025
 EXTRA_CPPFLAGS += -DKRB5_DEPRECATED=1
-CONFIGURE_ARGS += --disable-strict-error-checking
+CONFIGURE_ARGS_OPT += --disable-strict-error-checking
 
+CONFIGURE_ARGS_DBG += --disable-optimizations
+CONFIGURE_ARGS_DBG += --disable-inline
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARFLAVOR))
+
 # configure tests with 'id -u' and expects a uidnumber
 CONFIGURE_ENV_PATH = /usr/xpg4/bin:$(PATH)
 

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