SF.net SVN: gar:[23066] csw/mgar/pkg/proftpd/trunk/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Sat Feb 22 16:21:06 CET 2014
Revision: 23066
http://sourceforge.net/p/gar/code/23066
Author: chninkel
Date: 2014-02-22 15:21:05 +0000 (Sat, 22 Feb 2014)
Log Message:
-----------
proftpd/trunk: add an additional dependency on sparc because of the solaris 10 sparc linking bug
Modified Paths:
--------------
csw/mgar/pkg/proftpd/trunk/Makefile
Modified: csw/mgar/pkg/proftpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/proftpd/trunk/Makefile 2014-02-22 15:14:30 UTC (rev 23065)
+++ csw/mgar/pkg/proftpd/trunk/Makefile 2014-02-22 15:21:05 UTC (rev 23066)
@@ -30,6 +30,12 @@
RUNTIME_DEP_PKGS_CSWproftpd += CSWlibiconv2
RUNTIME_DEP_PKGS_CSWproftpd += CSWlibldap2-4-2
+# 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_CSWproftpd += $(RUNTIME_DEP_PKGS_CSWproftpd_$(GARCH))
+RUNTIME_DEP_PKGS_CSWproftpd_sparc += CSWliblber2-4-2
+
BUILD64 = 1
ISAEXEC_DIRS = $(bindir) $(sbindir)
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