Limit the libraries pulled in when dynamic linking.

See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745543
This commit is contained in:
Jelmer Vernooij
2014-04-23 01:20:14 +02:00
parent f7d76c2b66
commit a6bda7873c
7 changed files with 12 additions and 9 deletions

View File

@@ -7,5 +7,6 @@ vendor=Heimdal
Name: heimdal-krb5
Description: Heimdal implementation of the Kerberos network authentication.
Version: @VERSION@
Libs: -L${libdir} -lkrb5 @LIB_pkinit@ -lcom_err @LIB_hcrypto_appl@ -lasn1 -lwind -lheimbase -lroken @LIB_crypt@ @PTHREAD_LIBADD@ @LIB_dlopen@ @LIB_door_create@ @LIBS@
Libs: -L${libdir} -lkrb5
Libs.private: @LIB_pkinit@ -lcom_err @LIB_hcrypto_appl@ -lasn1 -lwind -lheimbase -lroken @LIB_crypt@ @PTHREAD_LIBADD@ @LIB_dlopen@ @LIB_door_create@ @LIBS@
Cflags: -I${includedir}