Revision: 21067
          http://gar.svn.sourceforge.net/gar/?rev=21067&view=rev
Author:   chninkel
Date:     2013-05-13 20:29:51 +0000 (Mon, 13 May 2013)
Log Message:
-----------
gnutls3/trunk: workaround a host detection bug in configure for amd64

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

Modified: csw/mgar/pkg/gnutls3/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnutls3/trunk/Makefile 2013-05-13 20:28:40 UTC (rev 21066)
+++ csw/mgar/pkg/gnutls3/trunk/Makefile 2013-05-13 20:29:51 UTC (rev 21067)
@@ -70,6 +70,9 @@
 
 CONFIGURE_ARGS += $(DIRPATHS)
 CONFIGURE_ARGS += --with-lzo
+# Workaround a host detection bug in configure for amd64
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(ISA))
+CONFIGURE_ARGS_amd64 += --host=x86_64-pc-solaris2$(shell uname -r |sed -e 
's/[^.]*//')
 
 # We put all libs in one package as they are .so.26 and are all bumped together
 CHECKPKG_OVERRIDES_CSWlibgnutls26 += shared-lib-pkgname-mismatch

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to