[csw-devel] SF.net SVN: gar:[21306] csw/mgar/pkg/gnutls3/trunk/Makefile

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Fri Jun 7 22:26:33 CEST 2013


Revision: 21306
          http://gar.svn.sourceforge.net/gar/?rev=21306&view=rev
Author:   chninkel
Date:     2013-06-07 20:26:29 +0000 (Fri, 07 Jun 2013)
Log Message:
-----------
gnutls3/trunk: configure unbound root key path

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

Modified: csw/mgar/pkg/gnutls3/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnutls3/trunk/Makefile	2013-06-07 19:18:22 UTC (rev 21305)
+++ csw/mgar/pkg/gnutls3/trunk/Makefile	2013-06-07 20:26:29 UTC (rev 21306)
@@ -74,7 +74,8 @@
 CONFIGURE_ARGS += $(DIRPATHS)
 CONFIGURE_ARGS += --with-lzo
 CONFIGURE_ARGS += --disable-guile
-CONFIGURE_ARGS +=  --with-default-trust-store-file=$(sysconfdir)/ssl/certs/ca-certificates.crt
+CONFIGURE_ARGS += --with-default-trust-store-file=$(sysconfdir)/ssl/certs/ca-certificates.crt
+CONFIGURE_ARGS += --with-unbound-root-key-file=$(sysconfdir)/unbound/root.key
 # Workaround a host detection bug in configure for amd64
 CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(ISA))
 CONFIGURE_ARGS_amd64 += --build=x86_64-pc-solaris2$(shell uname -r |sed -e 's/[^.]*//')

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