~ubuntu-branches/ubuntu/natty/gnutls26/natty-updates

1
2
3
4
5
6
7
8
9
10
libgnutls-config is patched to only list stuff needed for dynamic
linking against libgnutls (i.e. "-lgnutls") on Debian. Static linking
requires using either

a) libtool
b) "pkg-config --libs --static gnutls" instead of libgnutls-config --libs.

This also applies to libgnutls-extra-config.

Andreas Metzler