Package: libfam0 Version: 2.7.0-11.1 Severity: normal libfam tries to export only C symbols from the library, but the it still links in libstdc++ (even though unnecessary). This patch fixes that.
diff -ur fam-2.7.0/lib/Makefile.am fam-2.7.0.local/lib/Makefile.am --- fam-2.7.0/lib/Makefile.am 2003-01-18 20:55:10.000000000 -0500 +++ fam-2.7.0.local/lib/Makefile.am 2006-12-15 15:18:38.000000000 -0500 @@ -8,7 +8,7 @@ fam.c++ libfam_la_LDFLAGS = -export-symbols fam.sym -libfam_la_LIBADD = -lstdc++ +#libfam_la_LIBADD = -lstdc++ +libfam_la_LINK = $(LINK) EXTRA_DIST = fam.sym - -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-3-k7 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages libfam0 depends on: ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries ii libgcc1 1:4.1.1-20 GCC support library Versions of packages libfam0 recommends: ii fam 2.7.0-11.1 File Alteration Monitor -- no debconf information !DSPAM:39,45830cb7233672051068073! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]