tags 554752 patch thanks Hi,
I've made a patch for it, simply specify -lX11. Please check it, thanks. -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane
diff -u gtklp-1.2.7/debian/changelog gtklp-1.2.7/debian/changelog --- gtklp-1.2.7/debian/changelog +++ gtklp-1.2.7/debian/changelog @@ -1,3 +1,11 @@ +gtklp (1.2.7-2.3) unstable; urgency=low + + * Non-maintainer upload. + * debian/patches + - add fix_FTBFS_binutils-gold.patch (Closes: #554752) + + -- Hideki Yamane <henr...@debian.org> Sun, 08 Jan 2012 11:42:35 +0900 + gtklp (1.2.7-2.2) unstable; urgency=low * Non-maintainer upload. diff -u gtklp-1.2.7/debian/patches/series gtklp-1.2.7/debian/patches/series --- gtklp-1.2.7/debian/patches/series +++ gtklp-1.2.7/debian/patches/series @@ -1,3 +1,4 @@ +fix_FTBFS_binutils-gold.patch bugs/422266.diff -p1 debian/gtklpq-sensible-browser.diff -p1 fixes/autogen-sh.diff -p1 only in patch2: unchanged: --- gtklp-1.2.7.orig/debian/patches/fix_FTBFS_binutils-gold.patch +++ gtklp-1.2.7/debian/patches/fix_FTBFS_binutils-gold.patch @@ -0,0 +1,13 @@ +Index: gtklp-1.2.7/configure.in +=================================================================== +--- gtklp-1.2.7.orig/configure.in 2012-01-08 11:52:32.555601587 +0900 ++++ gtklp-1.2.7/configure.in 2012-01-08 11:55:37.015844545 +0900 +@@ -25,6 +25,8 @@ + dnl internationalization macros + AM_GNU_GETTEXT + ++LDFLAGS="-lX11" ++AC_SUBST(LDFLAGS) + + # Forte Compiler ############################################################ + FORTE_LDFLAGS=""