Bug 24853 - Change devel/libslang to not directly link libc
Summary: Change devel/libslang to not directly link libc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-04 22:20 UTC by ishmael27
Modified: 2001-02-26 17:55 UTC (History)
0 users

See Also:


Attachments
file.diff (681 bytes, patch)
2001-02-04 22:20 UTC, ishmael27
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!