Bug 73543 - [PATCH] Broken devel/avltree
Summary: [PATCH] Broken devel/avltree
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-04 22:00 UTC by Olivier Beyssac
Modified: 2004-11-04 22:12 UTC (History)
0 users

See Also:


Attachments
file.diff (746 bytes, patch)
2004-11-04 22:00 UTC, Olivier Beyssac
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Beyssac 2004-11-04 22:00:33 UTC
	Default avltree Makefile strips (and breaks) libavltree.a.
	Included patch replaces strip with ranlib (fix suggested by
	Bertrand Petit).

How-To-Repeat: 	Try to compile devel/avltree and link it to a program using
	library functions.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-11-04 22:12:26 UTC
State Changed
From-To: open->closed

Committed, thanks!