SF.net SVN: gar:[25264] csw/mgar/pkg/gnutls3/trunk/Makefile
rmottola at users.sourceforge.net
rmottola at users.sourceforge.net
Thu Oct 1 17:33:59 CEST 2015
Revision: 25264
http://sourceforge.net/p/gar/code/25264
Author: rmottola
Date: 2015-10-01 15:33:59 +0000 (Thu, 01 Oct 2015)
Log Message:
-----------
gnutls3/trunk: be more finegrained for 64bit builds
Modified Paths:
--------------
csw/mgar/pkg/gnutls3/trunk/Makefile
Modified: csw/mgar/pkg/gnutls3/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnutls3/trunk/Makefile 2015-10-01 14:53:13 UTC (rev 25263)
+++ csw/mgar/pkg/gnutls3/trunk/Makefile 2015-10-01 15:33:59 UTC (rev 25264)
@@ -68,8 +68,14 @@
# EXTRA_CPPFLAGS = -D_FILE_OFFSET_BITS=64
-BUILD64 = 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 += --with-lzo
CONFIGURE_ARGS += --disable-guile
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