mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
KerberosIV deorbit sequence: Remove references to KerbIV libs.
This commit is contained in:
parent
4b48036b9b
commit
b7d3fc8d5b
1 changed files with 0 additions and 2 deletions
|
|
@ -34,7 +34,6 @@ USRSRC=${1:-/usr/src} # source root
|
|||
LIBS="
|
||||
lib
|
||||
gnu/lib
|
||||
kerberosIV/lib
|
||||
kerberos5/lib
|
||||
secure/lib
|
||||
usr.bin/lex/lib
|
||||
|
|
@ -49,7 +48,6 @@ sed -E
|
|||
-e's;$;!;'
|
||||
-e's;-lm!;lib/msun;g'
|
||||
-e's;-l(supc\+\+)!;gnu/lib/lib\1;g'
|
||||
-e's;-l(krb)!;kerberosIV/lib/lib\1;g'
|
||||
-e's;-l(asn1|gssapi|krb5|roken)!;kerberos5/lib/lib\1;g'
|
||||
-e's;-l(crypto|ssh)!;secure/lib/lib\1;g'
|
||||
-e's;-l([^!]+)!;lib/lib\1;g'
|
||||
|
|
|
|||
Loading…
Reference in a new issue