SF.net SVN: gar:[22931] csw/mgar/pkg/openssh/trunk/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Sat Feb 1 21:41:06 CET 2014
Revision: 22931
http://sourceforge.net/p/gar/code/22931
Author: chninkel
Date: 2014-02-01 20:41:03 +0000 (Sat, 01 Feb 2014)
Log Message:
-----------
openssh/trunk: workaround solaris 10 sparc linking issue
Modified Paths:
--------------
csw/mgar/pkg/openssh/trunk/Makefile
Modified: csw/mgar/pkg/openssh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssh/trunk/Makefile 2014-02-01 18:16:09 UTC (rev 22930)
+++ csw/mgar/pkg/openssh/trunk/Makefile 2014-02-01 20:41:03 UTC (rev 22931)
@@ -42,8 +42,12 @@
RUNTIME_DEP_PKGS_CSWopenssh += CSWlibcom-err3
RUNTIME_DEP_PKGS_CSWopenssh += CSWopenssh-client
+# Linking on sparc gives an additional dependency
+# probably because of the current bug with Solaris 10
+# sparc linker (see http://lists.opencsw.org/pipermail/maintainers/2013-November/018780.html)
+RUNTIME_DEP_PKGS_CSWopenssh += $(RUNTIME_DEP_PKGS_CSWopenssh_$(GARCH))
+RUNTIME_DEP_PKGS_CSWopenssh_sparc += CSWlibintl8
-
OBSOLETED_BY_CSWopenssh = CSWossh
CATALOGNAME_CSWopenssh-client = openssh_client
@@ -52,6 +56,12 @@
RUNTIME_DEP_PKGS_CSWopenssh-client += CSWlibz1
RUNTIME_DEP_PKGS_CSWopenssh-client += CSWlibkrb5-3
+# Linking on sparc gives an additional dependency
+# probably because of the current bug with Solaris 10
+# sparc linker (see http://lists.opencsw.org/pipermail/maintainers/2013-November/018780.html)
+RUNTIME_DEP_PKGS_CSWopenssh-client += $(RUNTIME_DEP_PKGS_CSWopenssh-client_$(GARCH))
+RUNTIME_DEP_PKGS_CSWopenssh-client_sparc += CSWlibintl8
+
OBSOLETED_BY_CSWopenssh-client = CSWosshclient
PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
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