Subject: Re: [libssh2] [libssh2-cvs] libssh2/src Makefile.am,1.7,1.8

Re: [libssh2] [libssh2-cvs] libssh2/src Makefile.am,1.7,1.8

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 29 Mar 2007 10:34:06 +0200 (CEST)

On Thu, 29 Mar 2007, CVS commit messages for libssh2 wrote:

> --- Makefile.am 2 Feb 2007 22:09:30 -0000 1.7
> +++ Makefile.am 29 Mar 2007 08:10:22 -0000 1.8
> @@ -50,4 +50,4 @@
> # set age to 0. (c:r:a=0)
> #
>
> -libssh2_la_LDFLAGS = $(VERSION)
> +libssh2_la_LDFLAGS = $(VERSION) -no-undefined

No, this is not the correct way.

Yang's patch for this (derived from curl I believe) is much better as it only
uses this option for the platform where this is known to be required. It will
*break* the build on other platforms when done like this.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
libssh2-devel mailing list
libssh2-devel_at_lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel
Received on 2007-03-29