diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2016-11-18 09:56:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-23 18:56:30 +0100 |
commit | fe860dac05e64440c14a5e42cfe050fcf7fc9f54 (patch) | |
tree | b088748d7d89aa9a9ebf9525f17c79282572b911 /package/krb5 | |
parent | 968aaaefae727571a83eef0544e5c941e20df1e9 (diff) |
krb5: also install libcom_err.so
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Diffstat (limited to 'package/krb5')
-rw-r--r-- | package/krb5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/krb5/Makefile b/package/krb5/Makefile index d8f12cc89..1353e36f8 100644 --- a/package/krb5/Makefile +++ b/package/krb5/Makefile @@ -77,7 +77,7 @@ libkrb5-install: ${INSTALL_DATA} ./files/krb5.conf ${IDIR_LIBKRB5}/etc ${CP} ${WRKINST}/usr/lib/lib{verto,gssrpc,kadm5clnt*,kadm5srv*,kdb5}.so* \ ${IDIR_LIBKRB5}/usr/lib - ${CP} ${WRKINST}/usr/lib/lib{gssapi_krb5,k5crypto,krb5,krb5support}.so* \ + ${CP} ${WRKINST}/usr/lib/lib{gssapi_krb5,k5crypto,krb5,krb5support,com_err}.so* \ ${IDIR_LIBKRB5}/usr/lib echo '/usr/lib/libgssapi_krb5.so mechglue_internal_krb5_init' \ > ${IDIR_LIBKRB5}/etc/gssapi_mech.conf |