[Bug 204046] ntpq aborts with trap 6

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 26 22:53:37 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204046

Don Lewis <truckman at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |truckman at FreeBSD.org

--- Comment #1 from Don Lewis <truckman at 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.


More information about the freebsd-bugs mailing list