Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Nov 2014 12:26:24 -0800
From:      Devin Teske <devin@shxd.cx>
To:        Ian Lepore <ian@FreeBSD.org>
Cc:        "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>
Subject:   Re: svn commit: r274851 - head/usr.bin/dpv
Message-ID:  <CA619C6F-CC86-4757-9D1A-FC0F6FCAF597@shxd.cx>
In-Reply-To: <201411221453.sAMEroJP011185@svn.freebsd.org>
References:  <201411221453.sAMEroJP011185@svn.freebsd.org>

index | next in thread | previous in thread | raw e-mail



> On Nov 22, 2014, at 6:53 AM, Ian Lepore <ian@FreeBSD.org> wrote:
> 
> Author: ian
> Date: Sat Nov 22 14:53:50 2014
> New Revision: 274851
> URL: https://svnweb.freebsd.org/changeset/base/274851
> 
> Log:
>  Add libm to eliminate "undefined reference to sqrt" on arm 'softfp' builds.
> 
> Modified:
>  head/usr.bin/dpv/Makefile
> 
> Modified: head/usr.bin/dpv/Makefile
> ==============================================================================
> --- head/usr.bin/dpv/Makefile    Sat Nov 22 13:06:47 2014    (r274850)
> +++ head/usr.bin/dpv/Makefile    Sat Nov 22 14:53:50 2014    (r274851)
> @@ -4,8 +4,8 @@ PROG=        dpv
> 
> CFLAGS+=    -I${.CURDIR}
> 
> -DPADD=        ${LIBDPV} ${LIBDIALOG} ${LIBFIGPAR} ${LIBNCURSESW} ${LIBUTIL}
> -LDADD=        -ldpv -ldialog -lfigpar -lncursesw -lutil
> +DPADD=        ${LIBDPV} ${LIBDIALOG} ${LIBFIGPAR} ${LIBNCURSESW} ${LIBUTIL} ${LIBM}
> +LDADD=        -ldpv -ldialog -lfigpar -lncursesw -lutil -lm
> 
> WARNS?=        6
> 
> 

Thank you.
-- 
Devin

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA619C6F-CC86-4757-9D1A-FC0F6FCAF597>