libgssglue: requires versioned shared-object file
libgssglue will load those shared-object files on-demand. Quote from Pozimski: > if some software requires the unversioned symlink, > it's doing it wrong
This commit is contained in:
committed by
Helmut Pozimski
parent
75450396d5
commit
55b537ee86
@@ -15,7 +15,7 @@
|
||||
# library initialization function
|
||||
# ================================ ==========================
|
||||
# The MIT K5 gssapi library, use special function for initialization.
|
||||
/usr/lib/libgssapi_krb5.so mechglue_internal_krb5_init
|
||||
/usr/lib/libgssapi_krb5.so.2 mechglue_internal_krb5_init
|
||||
#/usr/lib/libgssapi.so mechglue_internal_krb5_init
|
||||
#
|
||||
# The SPKM3 gssapi library function. Use the function spkm3_gss_initialize.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Template file for 'libgssglue'
|
||||
pkgname=libgssglue
|
||||
version=0.4
|
||||
revision=7
|
||||
revision=8
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
conf_files="/etc/gssapi_mech.conf"
|
||||
|
||||
Reference in New Issue
Block a user