summaryrefslogtreecommitdiffstats
path: root/tools/make_libdeps.sh
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2011-09-27 07:14:12 +0000
committerstas <stas@FreeBSD.org>2011-09-27 07:14:12 +0000
commitd35869ca7e2985d087d51a291649c60594a7436e (patch)
tree6ace9597e6156edc50bf8fecceb879761e0028e7 /tools/make_libdeps.sh
parentc4b01cd5b9d4d723d64afa53a997e49199b1abb4 (diff)
downloadFreeBSD-src-d35869ca7e2985d087d51a291649c60594a7436e.zip
FreeBSD-src-d35869ca7e2985d087d51a291649c60594a7436e.tar.gz
- Add missing interdependencies to kerberos libraries. Some of the
kerberos libraries were not linked properly (missing dependencies), which causes 3rd party applications linking to fail when --as-needed ld flag is used. I also added the --no-undefined ld(1) flag to make sure that there're no missing dependencies. MFC after: 3 days
Diffstat (limited to 'tools/make_libdeps.sh')
-rw-r--r--tools/make_libdeps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_libdeps.sh b/tools/make_libdeps.sh
index b0b3f18..608422ae 100644
--- a/tools/make_libdeps.sh
+++ b/tools/make_libdeps.sh
@@ -52,7 +52,7 @@ sed -E
-e's;-l(ncurses|termcap)!;lib/ncurses/ncurses;g'
-e's;-l(gcc)!;gnu/lib/lib\1;g'
-e's;-lssp_nonshared!;gnu/lib/libssp/libssp_nonshared;g'
- -e's;-l(asn1|heimntlm|hx509|krb5|roken)!;kerberos5/lib/lib\1;g'
+ -e's;-l(asn1|hdb|heimntlm|hx509|krb5|roken)!;kerberos5/lib/lib\1;g'
-e's;-l(crypto|ssh|ssl)!;secure/lib/lib\1;g'
-e's;-l([^!]+)!;lib/lib\1;g'
"
OpenPOWER on IntegriCloud