Bug#553965: FTBFS with binutils-gold
Ilya Barygin
barygin at gmail.com
Sun Jan 2 14:18:04 UTC 2011
tags 553965 patch
thanks
Hello,
This is a patch we used in Ubuntu to fix this:
https://launchpad.net/ubuntu/+source/artha/1.0.1-1ubuntu1
only in patch2:
unchanged:
--- artha-1.0.1.orig/src/Makefile.am
+++ artha-1.0.1/src/Makefile.am
@@ -19,5 +19,5 @@
# @GTK_LIBS@ & libdbus_CFLAGS are not used to avoid unwanted
# libraries (like -latk, -lrt, etc.) passed to the linker
artha_LDADD = $(WORDNET_LIB) -lgtk-x11-2.0 -lgmodule-2.0 \
- -ldbus-1 -ldbus-glib-1 libwni.a
+ -ldbus-1 -ldbus-glib-1 libwni.a -lgdk-x11-2.0 -lX11 -lgobject-2.0 -lglib-2.0
only in patch2:
unchanged:
--- artha-1.0.1.orig/src/Makefile.in
+++ artha-1.0.1/src/Makefile.in
@@ -185,7 +185,7 @@
# @GTK_LIBS@ & libdbus_CFLAGS are not used to avoid unwanted
# libraries (like -latk, -lrt, etc.) passed to the linker
artha_LDADD = $(WORDNET_LIB) -lgtk-x11-2.0 -lgmodule-2.0 \
- -ldbus-1 -ldbus-glib-1 libwni.a
+ -ldbus-1 -ldbus-glib-1 libwni.a -lgdk-x11-2.0 -lX11 -lgobject-2.0 -lglib-2.0
all: all-am
More information about the debian-science-maintainers
mailing list