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

idogan23 at users.sourceforge.net idogan23 at users.sourceforge.net
Sun Jun 14 14:17:56 CEST 2009


Revision: 5248
          http://gar.svn.sourceforge.net/gar/?rev=5248&view=rev
Author:   idogan23
Date:     2009-06-14 12:17:56 +0000 (Sun, 14 Jun 2009)

Log Message:
-----------
ldns: use Studio 12 on Solaris 10

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

Modified: csw/mgar/pkg/ldns/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ldns/trunk/Makefile	2009-06-14 12:10:44 UTC (rev 5247)
+++ csw/mgar/pkg/ldns/trunk/Makefile	2009-06-14 12:17:56 UTC (rev 5248)
@@ -22,13 +22,25 @@
 # uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
 UPSTREAM_MASTER_SITES = http://www.nlnetlabs.nl/downloads/ldns\
 
-REQUIRED_PKGS = CSWosslrt
-REQUIRED_PKGS += CSWgcc4corert
+ifeq ($(shell uname -r),5.8)
+	GARCOMPILER = GCC4
+	REQUIRED_PKGS += CSWgcc4corert
+	ifeq ($(shell uname -p),sparc)
+		BUILD64 = 1
+	endif
+endif
 
+ifeq ($(shell uname -r),5.10)
+	GARCOMPILER = SOS12
+endif
+
+EXTRA_BUILD_ISAS_i386 = pentium_pro
+EXTRA_BUILD_ISAS_sparc = sparcv8plus
+
+REQUIRED_PKGS += CSWosslrt
+
 PATCHFILES = doxyparse.diff
 
-GARCOMPILER = GCC4
-BUILD64 = 1
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --with-ssl=/opt/csw
 CONFIGURE_ARGS += --enable-sha2


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