Package: libmodplug-dev
Version: 1:0.7-7
Tags: upstream patch

Hi Zed,

/usr/lib/pkgconfig/libmodplug.pc currently has the following line:

  Libs: -L${libdir} -lmodplug -lstdc++ -lm

But libstdc++ and libm are not needed in order to dynamically link against
libmodplug, so this should be changed to:

  Libs: -L${libdir} -lmodplug
  Libs.private: -lstdc++ -lm

This is useful for the case of programs written in C that link to libmodplug,
which would pull in this line and try to link against libstdc++ - causing
failures in some corner cases:

http://buildd.debian.org/fetch.cgi?pkg=xine-lib&arch=arm&ver=1.1.8-4&stamp=1198198360&file=log&as=raw

So while it only has a minor impact on helping to prune unnecessary library
dependencies, it will help make our packages more robust.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.14-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libmodplug-dev depends on:
ii  libmodplug0c2                 1:0.7-7    shared libraries for mod music bas

libmodplug-dev recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to