SF.net SVN: gar:[23144] csw/mgar/pkg/gnutls3/trunk/Makefile

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Wed Mar 5 22:56:18 CET 2014


Revision: 23144
          http://sourceforge.net/p/gar/code/23144
Author:   chninkel
Date:     2014-03-05 21:56:18 +0000 (Wed, 05 Mar 2014)
Log Message:
-----------
gnutls3/trunk: disable usage of external libopts library

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

Modified: csw/mgar/pkg/gnutls3/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnutls3/trunk/Makefile	2014-03-05 20:13:22 UTC (rev 23143)
+++ csw/mgar/pkg/gnutls3/trunk/Makefile	2014-03-05 21:56:18 UTC (rev 23144)
@@ -82,6 +82,9 @@
 CONFIGURE_ARGS += --disable-libdane
 CONFIGURE_ARGS += --with-default-trust-store-file=$(sysconfdir)/ssl/certs/ca-certificates.crt
 CONFIGURE_ARGS += --with-unbound-root-key-file=$(sysconfdir)/unbound/root.key
+# libopts doesn't contains yet 64 bits libraries so we have to use
+# the included one meanwhile: see https://www.opencsw.org/mantis/view.php?id=5156
+CONFIGURE_ARGS += --enable-local-libopts
 # 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