From e790adb21d9a2f892e9d49bf9f39985928474b44 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 3 Dec 2009 22:19:21 +0100 Subject: [PATCH 1/1] Add libyaz.la to yaz-icu's LDADD list yaz-icu uses libyaz.la symbols - not only libyaz_icu.la. This should fix Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556768 A similar problem was present for yaz-ztest, IDs bugzilla #3036. --- util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Makefile.am b/util/Makefile.am index 51e0b36..dce91fe 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -43,4 +43,4 @@ yaz_illclient_SOURCES = yaz-illclient.c yaz_illclient_LDADD = ../src/libyaz.la yaz_icu_SOURCES = yaz-icu.c -yaz_icu_LDADD =../src/libyaz_icu.la $(ICU_LIBS) +yaz_icu_LDADD =../src/libyaz_icu.la ../src/libyaz.la $(ICU_LIBS) -- 1.7.10.4