mirror of
https://github.com/openwrt/packages.git
synced 2026-06-20 14:20:50 +04:00
d97c3df2a5
* if <keyutils.h> is found krb5 pulls in the lib, which than fails to link because of a missing -fPic in libkeyutils.so * keyutils 1.5.11 will depend on krb5, so we disable it in krb5 to avoid circular dependency Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>