tags 537038 +patch sid squeeze
thanks

This bug does not affect lenny, It does affect sid. Right now it doesn't affect squeeze but I expect that will change over the squeeze release cycle so IMO this bug is relevent for squeeze.

A patch is attatched that fixes this in the least intrusive way possible (by forcing the required include path and library).


diff -ur libpanelappletmm2.6-2.22.0/debian/rules libpanelappletmm2.6-2.22.0.new/debian/rules
--- libpanelappletmm2.6-2.22.0/debian/rules	2009-07-16 23:15:36.000000000 +0000
+++ libpanelappletmm2.6-2.22.0.new/debian/rules	2009-07-16 23:13:21.000000000 +0000
@@ -13,7 +13,8 @@
 DEV_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libpanelappletmm-[0-9\.]+-dev)[[:space:]]*$$/\1/p' debian/control)
 SHVER := 2.22.0
 
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -lgnomeui-2
+CXXFLAGS += -I/usr/include/libgnomeui-2.0
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
Only in libpanelappletmm2.6-2.22.0/docs/reference: Doxyfile

Reply via email to