[csw-devel] SF.net SVN: gar:[21475] csw/mgar/pkg/lftp/trunk
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Wed Jul 10 14:31:34 CEST 2013
Revision: 21475
http://gar.svn.sourceforge.net/gar/?rev=21475&view=rev
Author: chninkel
Date: 2013-07-10 12:31:34 +0000 (Wed, 10 Jul 2013)
Log Message:
-----------
lftp: disabled lazy loading as it makes lftp crash
Modified Paths:
--------------
csw/mgar/pkg/lftp/trunk/Makefile
csw/mgar/pkg/lftp/trunk/files/changelog.CSW
Modified: csw/mgar/pkg/lftp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lftp/trunk/Makefile 2013-07-10 12:30:31 UTC (rev 21474)
+++ csw/mgar/pkg/lftp/trunk/Makefile 2013-07-10 12:31:34 UTC (rev 21475)
@@ -84,6 +84,10 @@
# Requested see https://www.opencsw.org/mantis/view.php?id=4481
CONFIGURE_ARGS += --with-socksdante
+# For an unknown reason so far, lftp crashes when compiled
+# with compiled with lazyload enabled
+EXTRA_LD_OPTIONS = -z nolazyload
+
# No test suite here
TEST_SCRIPTS =
Modified: csw/mgar/pkg/lftp/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/lftp/trunk/files/changelog.CSW 2013-07-10 12:30:31 UTC (rev 21474)
+++ csw/mgar/pkg/lftp/trunk/files/changelog.CSW 2013-07-10 12:31:34 UTC (rev 21475)
@@ -1,9 +1,10 @@
-lftp (4.4.8,REV=2013.06.16) unstable
+lftp (4.4.8,REV=2013.07.10) unstable
* New upstream release.
* Added CSWlibz1 dependency as lftp now support http gzip encoding.
+ * Disabled symbol lazy loading as it makes lftp crash.
- -- Yann Rouillard <yann at opencsw.org> Sun, 16 Jun 2013 21:28:43 +0200
+ -- Yann Rouillard <yann at opencsw.org> Wed, 10 Jul 2013 14:14:03 +0200
lftp (4.4.4,REV=2013.03.13) unstable
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