Bug 24853

Summary: Change devel/libslang to not directly link libc
Product: Ports & Packages Reporter: ishmael27 <ishmael27>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description ishmael27 2001-02-04 22:20:02 UTC
Port devel/libslang declares -lc on the link line.
This is wrong; if any program would link against libslang and libc_r (using
-pthread) the compiler spits out lots of errors.

How-To-Repeat: 
Write a short program that uses pthreads and libslang.
Link it with -lslang -pthread.
Notice the errors.
Comment 1 Steve Price freebsd_committer freebsd_triage 2001-02-26 03:13:14 UTC
State Changed
From-To: open->feedback

Have you run these changes by the maintainer of this port?
Comment 2 Steve Price freebsd_committer freebsd_triage 2001-02-26 17:53:13 UTC
State Changed
From-To: feedback->closed

Committed, thanks!