projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a692680
)
Add libyaz.la to yaz-icu's LDADD list
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 3 Dec 2009 21:19:21 +0000
(22:19 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 3 Dec 2009 21:19:21 +0000
(22:19 +0100)
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
patch
|
blob
|
history
diff --git
a/util/Makefile.am
b/util/Makefile.am
index
51e0b36
..
dce91fe
100644
(file)
--- 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)