SF.net SVN: gar:[23781] csw/mgar/pkg/bind/trunk/Makefile

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Tue Jun 10 14:33:05 CEST 2014


Revision: 23781
          http://sourceforge.net/p/gar/code/23781
Author:   bonivart
Date:     2014-06-10 12:33:01 +0000 (Tue, 10 Jun 2014)
Log Message:
-----------
bind/trunk: added cflag preventing bug with gcc 4.9 optimization

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

Modified: csw/mgar/pkg/bind/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bind/trunk/Makefile	2014-06-10 12:03:00 UTC (rev 23780)
+++ csw/mgar/pkg/bind/trunk/Makefile	2014-06-10 12:33:01 UTC (rev 23781)
@@ -84,6 +84,9 @@
 CONFIGURE_ARGS += --with-dlz-ldap=/opt/csw
 CONFIGURE_ARGS += --enable-rrl
 
+# Bug in combo of BIND and GCC 4.9 optimization regarding null pointers
+EXTRA_CFLAGS += -fno-delete-null-pointer-checks
+
 EXTRA_MERGE_EXCLUDE_FILES = .*~ $(libdir)/.*\.a $(libdir)/.*\.la $(mandir)/man1/isc-config.sh.1 $(bindir)/isc-config.sh
 
 #EXTRA_INC = /opt/csw/include

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