[csw-devel] SF.net SVN: gar:[18999] csw/mgar/pkg/openssh/trunk
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Fri Aug 17 15:52:32 CEST 2012
Revision: 18999
http://gar.svn.sourceforge.net/gar/?rev=18999&view=rev
Author: chninkel
Date: 2012-08-17 13:52:32 +0000 (Fri, 17 Aug 2012)
Log Message:
-----------
force linking against interface SUNW_1.22 of libc.so.1
Modified Paths:
--------------
csw/mgar/pkg/openssh/trunk/Makefile
csw/mgar/pkg/openssh/trunk/files/changelog.CSW
Added Paths:
-----------
csw/mgar/pkg/openssh/trunk/files/map.openssh
Modified: csw/mgar/pkg/openssh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssh/trunk/Makefile 2012-08-17 13:35:10 UTC (rev 18998)
+++ csw/mgar/pkg/openssh/trunk/Makefile 2012-08-17 13:52:32 UTC (rev 18999)
@@ -116,6 +116,8 @@
DISTFILES += THIS_LOCATION_IS_DEPRECATED
+DISTFILES += map.openssh
+
LICENSE = LICENCE
# The GSSAPI key exchange patch
@@ -165,7 +167,7 @@
CONFIGURE_ARGS += --with-tcp-wrappers=$(prefix)
CONFIGURE_ARGS += --with-privsep-path=$(localstatedir)/empty
-EXTRA_LDFLAGS = -z ignore
+EXTRA_LDFLAGS = -z ignore -M "$(abspath $(WORKDIR)/map.openssh)"
TEST_SCRIPTS =
Modified: csw/mgar/pkg/openssh/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/openssh/trunk/files/changelog.CSW 2012-08-17 13:35:10 UTC (rev 18998)
+++ csw/mgar/pkg/openssh/trunk/files/changelog.CSW 2012-08-17 13:52:32 UTC (rev 18999)
@@ -1,3 +1,10 @@
+openssh (6.0p1,REV=2012.08.17) unstable
+
+ * Added a mapfile to force linking against interface SUNW_1.22
+ of libc.so.1 so we don't work only on last solaris release.
+
+ -- Yann Rouillard <yann at opencsw.org> Fri, 17 Aug 2012 15:51:32 +0200
+
openssh (6.0p1,REV=2012.08.12) unstable
* Removed superfluous dependencies:
Added: csw/mgar/pkg/openssh/trunk/files/map.openssh
===================================================================
--- csw/mgar/pkg/openssh/trunk/files/map.openssh (rev 0)
+++ csw/mgar/pkg/openssh/trunk/files/map.openssh 2012-08-17 13:52:32 UTC (rev 18999)
@@ -0,0 +1,6 @@
+$mapfile_version 2
+DEPEND_VERSIONS libc.so {
+ ALLOW = SUNW_1.22.5;
+ ALLOW = SUNWprivate_1.1;
+};
+
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