SF.net SVN: gar:[27090] csw/mgar/pkg/nsd/trunk/Makefile
idogan23 at users.sourceforge.net
idogan23 at users.sourceforge.net
Fri Aug 9 14:13:55 CEST 2024
Revision: 27090
http://sourceforge.net/p/gar/code/27090
Author: idogan23
Date: 2024-08-09 12:13:54 +0000 (Fri, 09 Aug 2024)
Log Message:
-----------
nsd: Workaround to mitigate simdzone build issues on x86
Modified Paths:
--------------
csw/mgar/pkg/nsd/trunk/Makefile
Modified: csw/mgar/pkg/nsd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nsd/trunk/Makefile 2024-08-03 06:33:01 UTC (rev 27089)
+++ csw/mgar/pkg/nsd/trunk/Makefile 2024-08-09 12:13:54 UTC (rev 27090)
@@ -45,6 +45,10 @@
CONFIGURE_ARGS += --with-dbfile=/var/opt/csw/nsd/nsd.db
CONFIGURE_ARGS += --with-xfrdfile=/var/opt/csw/nsd/xfrd.state
+# Workaround for simdzone on x86
+CONFIGURE_ARGS += --disable-westmere
+CONFIGURE_ARGS += --disable-haswell
+
EXTRA_ISAEXEC_EXCLUDE_FILES = $(sbindir)/nsd-checkconf
EXTRA_ISAEXEC_EXCLUDE_FILES += $(sbindir)/nsd-checkzone
EXTRA_ISAEXEC_EXCLUDE_FILES += $(sbindir)/nsd-control
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