[csw-devel] SF.net SVN: gar:[19155] csw/mgar/pkg/elinks/trunk
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Thu Sep 6 00:25:27 CEST 2012
Revision: 19155
http://gar.svn.sourceforge.net/gar/?rev=19155&view=rev
Author: chninkel
Date: 2012-09-05 22:25:27 +0000 (Wed, 05 Sep 2012)
Log Message:
-----------
elinks/trunk: added a mapfile to force linking against SUNW_1.22
Modified Paths:
--------------
csw/mgar/pkg/elinks/trunk/Makefile
csw/mgar/pkg/elinks/trunk/files/changelog.CSW
Added Paths:
-----------
csw/mgar/pkg/elinks/trunk/files/map.elinks
Modified: csw/mgar/pkg/elinks/trunk/Makefile
===================================================================
--- csw/mgar/pkg/elinks/trunk/Makefile 2012-09-05 18:57:44 UTC (rev 19154)
+++ csw/mgar/pkg/elinks/trunk/Makefile 2012-09-05 22:25:27 UTC (rev 19155)
@@ -51,6 +51,7 @@
DISTFILES = $(NAME)-$(VERSION).tar.bz2
DISTFILES += changelog.CSW
+DISTFILES += map.bash
# Debian security path for CVE-2007-2027
PATCHFILES += elinks-417789.diff
@@ -73,7 +74,7 @@
# CONFIGURE_ARGS += --enable-sm-scripting
CONFIGURE_ARGS += --disable-sm-scripting
-EXTRA_LDFLAGS = -z ignore -Bdirect
+EXTRA_LD_OPTIONS = -z ignore -Bdirect -M "$(abspath $(WORKDIR)/map.elinks)"
TEST_SCRIPTS =
Modified: csw/mgar/pkg/elinks/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/elinks/trunk/files/changelog.CSW 2012-09-05 18:57:44 UTC (rev 19154)
+++ csw/mgar/pkg/elinks/trunk/files/changelog.CSW 2012-09-05 22:25:27 UTC (rev 19155)
@@ -1,3 +1,10 @@
+elinks (0.11.7,REV=2012.09.96) 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> Thu, 06 Sep 2012 00:22:15 +0200
+
elinks (0.11.7,REV=2012.08.24) unstable
* Enabled direct binding.
Added: csw/mgar/pkg/elinks/trunk/files/map.elinks
===================================================================
--- csw/mgar/pkg/elinks/trunk/files/map.elinks (rev 0)
+++ csw/mgar/pkg/elinks/trunk/files/map.elinks 2012-09-05 22:25:27 UTC (rev 19155)
@@ -0,0 +1,2 @@
+libc.so - SUNW_1.22.5 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