svn commit: r247713 - head/lib/libedit
Pedro Giffuni
pfg at FreeBSD.org
Sun Mar 3 15:34:41 UTC 2013
On 03/03/2013 09:42, Jilles Tjoelker wrote:
> Author: jilles
> Date: Sun Mar 3 14:42:15 2013
> New Revision: 247713
> URL: http://svnweb.freebsd.org/changeset/base/247713
>
> Log:
> libedit: Revert r247683 to fix buildworld.
>
> I think r247683 is wrong because libedit.so actually uses symbols from
> libcurses.so. Since it breaks the build, revert it now.
>
> Modified:
> head/lib/libedit/Makefile
>
> Modified: head/lib/libedit/Makefile
> ==============================================================================
> --- head/lib/libedit/Makefile Sun Mar 3 14:05:03 2013 (r247712)
> +++ head/lib/libedit/Makefile Sun Mar 3 14:42:15 2013 (r247713)
> @@ -11,6 +11,7 @@ OSRCS= chared.c common.c el.c emacs.c fc
> parse.c prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c
>
> DPADD= ${LIBNCURSES}
> +LDADD= -lncurses
>
> MAN= editline.3 editrc.5
>
>
Thank you for reverting. My router broke this morning or I would've
done it first.
I have no idea why NetBSD survives without linking ncurses here but
next time I will test this further before trusting the package author.
Pedro.
More information about the svn-src-head
mailing list