Bug#524250: the pkg-config file requires libtool

2012-01-18 Thread Benjamin Drung
tags 524250 patch thanks The attached patch fixes the pkg-config files. -- Benjamin Drung Debian & Ubuntu Developer Description: Link against shared libraries instead of .la files. Author: Benjamin Drung --- a/libsidplay/unix/libsidplay2.pc.in +++ b/libsidplay/unix/libsidplay2.pc.in @@ -7,5 +7

Bug#524250: the pkg-config file requires libtool

2009-04-15 Thread Max Kellermann
Package: libsidplay2-dev Version: 2.1.1-7 >From the file /usr/lib/pkgconfig/libsidplay2.pc: Libs: ${libdir}/libsidplay2.la This works only if the program is linked with libtool, rendering the pkg-config file useless for standalone (non-library) programs which decided not to carry libtool's bloa