Severity 556073 important thanks Hello dear maintainer
patch attached seems to fix Build failure PS m raising the severity as this is present in upcoming wheezy release regards -- Bhavani Shankar.R https://launchpad.net/~bhavi, a proud ubuntu community developer. What matters in life is application of mind!, It makes great sense to have some common sense..!
Description: Fix FTBFS with ld --no-add-needed in natty toolchain Author: Bhavani Shankar <bh...@ubuntu.com> Bug-Debian: http://bugs.debian.org/556073 --- procmeter3-3.5c.orig/Makefile +++ procmeter3-3.5c/Makefile @@ -37,7 +37,7 @@ LD=gcc # Program options CFLAGS+=-g -O2 -Wall -LDFLAGS+=-rdynamic +LDFLAGS+=-rdynamic -lX11 PATHDEFS=-DINSTDIR=\"$(INSTDIR)\" -DLIB_PATH=\"$(LIB_PATH)\" \ -DMOD_PATH=\"$(MOD_PATH)\" -DRC_PATH=\"$(RC_PATH)\"