Package: krb5-multidev
Version: 1.12.1+dfsg-1
The pkg-config files were moved to krb5-multidev (great!), but they
still use the global paths, so it seems like they aren't actually useful
without libkrb5-dev installed.
I expect to see:
$ pkg-config --cflags mit-krb5
-I/usr/include/mit-krb5
$ pkg-config --libs mit-krb5
-L/usr/lib/x86_64-linux-gnu/mit-krb5 -lkrb5 -lk5crypto -lcom_err
I actually see:
$ pkg-config --cflags mit-krb5
$ pkg-config --libs mit-krb5
-lkrb5 -lk5crypto -lcom_err
This still occurs in the experimental branch in git at commit 47182d1,
however krb5-config.mit does return the correct paths.
thanks,
Ryan
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org