[csw-devel] SF.net SVN: gar:[19338] csw/mgar/pkg/openssh/trunk/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Sun Sep 30 22:41:45 CEST 2012
Revision: 19338
http://gar.svn.sourceforge.net/gar/?rev=19338&view=rev
Author: chninkel
Date: 2012-09-30 20:41:45 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
openssh/trunk: disables lazyload as it causes problem with chroot
Modified Paths:
--------------
csw/mgar/pkg/openssh/trunk/Makefile
Modified: csw/mgar/pkg/openssh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssh/trunk/Makefile 2012-09-30 13:43:31 UTC (rev 19337)
+++ csw/mgar/pkg/openssh/trunk/Makefile 2012-09-30 20:41:45 UTC (rev 19338)
@@ -165,6 +165,10 @@
CONFIGURE_ARGS += --with-tcp-wrappers=$(prefix)
CONFIGURE_ARGS += --with-privsep-path=$(localstatedir)/empty
+# We don't want to use lazy load because of
+# the chroot usage by sshd
+EXTRA_LD_OPTIONS = -z nolazyload
+
TEST_SCRIPTS =
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