Bug 106141
Summary: | Many useless dependencies | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ulrich Drepper <drepper> | ||||||||
Component: | coreutils | Assignee: | Tim Waugh <twaugh> | ||||||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | medium | ||||||||||
Version: | rawhide | CC: | nmiell | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | All | ||||||||||
OS: | Linux | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | 5.0-30.sel | Doc Type: | Bug Fix | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2003-11-14 16:47:27 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Attachments: |
|
Description
Ulrich Drepper
2003-10-03 04:51:35 UTC
Created attachment 94907 [details]
Patch to optimize use of -lacl
I used the patch as patch908, at the very last position. It should be possible
to merge the patch with the other ACL patches but I didn't bother.
This breaks ACL support completely. The AC_CHECK_FUNCS tests in posic_acl.m4 depend on -lacl being in LIBS. By putting it in LIBACL instead, they will all fail, the appropriate HAVE_ACL_* macros don't get defined, and ACL support never gets built into the tools. The tools do get (unnecessarily, now) linked to libacl, though. Created attachment 95844 [details]
Patch to change configure to find acl_* functions in -lacl
This is an interdiff to add -lacl temporarily to LIBS so that the tests for the
acl_* succeed again.
Created attachment 95845 [details]
Actually correct patch
Forget the last patch. Compiling exposed an old bug which this one fixes as
well.
I can confirm that this fixes it. Thanks. Fixed package is coreutils-5.0-30.sel. |