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:
edc84a7
)
Missing icu lib in static mode for --libs
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 25 Dec 2008 14:20:00 +0000
(15:20 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 25 Dec 2008 14:20:00 +0000
(15:20 +0100)
yaz-config.in
patch
|
blob
|
history
diff --git
a/yaz-config.in
b/yaz-config.in
index
9cd2b87
..
ad78247
100644
(file)
--- a/
yaz-config.in
+++ b/
yaz-config.in
@@
-107,6
+107,9
@@
if test "$yaz_echo_source" = "yes"; then
if test "$lib_server" = "yes"; then
YAZLIB="${yaz_build_root}/src/.libs/libyaz_server.a $YAZLIB"
fi
+ if test "$lib_icu" = "yes"; then
+ YAZLIB="${yaz_build_root}/src/.libs/libyaz_icu.a $YAZLIB"
+ fi
else
YAZLIB="-L${yaz_build_root}/src/.libs $lyaz"
fi