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

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Mon Apr 16 20:09:39 CEST 2012


Revision: 17714
          http://gar.svn.sourceforge.net/gar/?rev=17714&view=rev
Author:   cgrzemba
Date:     2012-04-16 18:09:39 +0000 (Mon, 16 Apr 2012)
Log Message:
-----------
cups/trunk: correct build dependency for libslp, Mantis: 0004936 

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

Modified: csw/mgar/pkg/cups/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cups/trunk/Makefile	2012-04-16 18:04:03 UTC (rev 17713)
+++ csw/mgar/pkg/cups/trunk/Makefile	2012-04-16 18:09:39 UTC (rev 17714)
@@ -65,6 +65,8 @@
 
 LICENSE = LICENSE.txt
 
+GARCOMPILER = SOS12U3
+
 BUILD_DEP_PKGS  = CSWggettext-dev
 BUILD_DEP_PKGS += CSWlibjpeg-dev
 BUILD_DEP_PKGS += CSWopenldap-dev
@@ -76,7 +78,7 @@
 BUILD_DEP_PKGS += CSWlibiconv-dev
 BUILD_DEP_PKGS += SUNWhea
 BUILD_DEP_PKGS += SUNWlibm
-BUILD_DEP_PKGS += SUNWslpu
+BUILD_DEP_PKGS += CSWlibslp-dev
 
 # The main metapackage
 PACKAGES += CSWcups
@@ -304,7 +306,8 @@
 # For some reason -norunpath is not used here, investigate later
 CHECKPKG_OVERRIDES_CSWlibcupsppdc1 += bad-rpath-entry
 
-BUILD64_LIBS_ONLY = 1
+# commented out because libtasn1.so.3 needed by libgnutls is not availible for 64bit (at the moment)
+# BUILD64_LIBS_ONLY = 1
 
 EXTRA_LINKER_FLAGS += -liconv
 EXTRA_LINKER_FLAGS += -norunpath

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