Date: Mon, 26 Oct 2015 22:53:37 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 204046] ntpq aborts with trap 6 Message-ID: <bug-204046-8-7uFzsreT2I@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-204046-8@https.bugs.freebsd.org/bugzilla/> References: <bug-204046-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204046 Don Lewis <truckman@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |truckman@FreeBSD.org --- Comment #1 from Don Lewis <truckman@FreeBSD.org> --- Looks like it needs: LDADD+= -lpthread after the .endif in its Makefile. I think it has to be added there so that it is at the end of the list of libraries since since the fix to /usr/share/mk/bsd.libnames.mk to enforce the ordering of -lpthread and -lc is not present. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204046-8-7uFzsreT2I>