Actions
Bug #9015
closedkrb5-config emits unnecessary -R flags
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2018-01-30
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
krb5-config --libs reports
-L/usr/lib -R/usr/lib -lkrb5
This is unnecessary and harmful, especially when you have different gcc runtimes in /usr/lib and /usr/gcc/X/lib.
Updated by Electric Monk over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 8baf4f951af3e9e291859c8e5cb2ea4a83c6a531
commit 8baf4f951af3e9e291859c8e5cb2ea4a83c6a531 Author: Alexander Pyhalov <apyhalov@gmail.com> Date: 2018-01-31T14:08:13.000Z 9015 krb5-config emits unnecessary -R flags 1295 krb5-config only understands krb5 Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions