SF.net SVN: gar:[25267] csw/mgar/pkg/nettle/trunk/Makefile
rmottola at users.sourceforge.net
rmottola at users.sourceforge.net
Fri Oct 2 12:53:38 CEST 2015
Revision: 25267
http://sourceforge.net/p/gar/code/25267
Author: rmottola
Date: 2015-10-02 10:53:38 +0000 (Fri, 02 Oct 2015)
Log Message:
-----------
nettle/trunk: be more finegrained about 64bit builds
Modified Paths:
--------------
csw/mgar/pkg/nettle/trunk/Makefile
Modified: csw/mgar/pkg/nettle/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nettle/trunk/Makefile 2015-10-02 10:24:21 UTC (rev 25266)
+++ csw/mgar/pkg/nettle/trunk/Makefile 2015-10-02 10:53:38 UTC (rev 25267)
@@ -46,8 +46,14 @@
# This is just the default location
CHECKPKG_OVERRIDES_CSWlibnettle-utils += file-with-bad-content|/usr/local|root/opt/csw/share/info/nettle.info
-BUILD64_LIBS_ONLY = 1
+# Enable 64 bits, but not for Solaris 9 x86
+BUILD64_5.9_sparc = 1
+BUILD64_5.10_sparc = 1
+BUILD64_5.9_i386 =
+BUILD64_5.10_i386 = 1
+BUILD64 = $(BUILD64_$(GAROSREL)_$(GARCH))
+
CONFIGURE_ARGS += $(DIRPATHS)
CONFIGURE_ARGS += --enable-shared
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