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:
85023e1
)
in-source yaz-config prints HIREDIS_LIBS
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 12 Jun 2014 09:06:21 +0000
(11:06 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 12 Jun 2014 09:06:21 +0000
(11:06 +0200)
yaz-config.in
patch
|
blob
|
history
diff --git
a/yaz-config.in
b/yaz-config.in
index
27fb8bd
..
979985d
100644
(file)
--- a/
yaz-config.in
+++ b/
yaz-config.in
@@
-21,6
+21,7
@@
ICU_CPPFLAGS="@ICU_CPPFLAGS@"
SSL_LIBS="@SSL_LIBS@"
GCRYPT_LIBS="@GCRYPT_LIBS@"
MEMCACHED_LIBS="@MEMCACHED_LIBS@"
+HIREDIS_LIBS="@HIREDIS_LIBS@"
LIBS="@LIBS@"
VERSION=@VERSION@
YAZVERSION=$VERSION
@@
-132,7
+133,7
@@
if test "$echo_source" = "yes"; then
else
YAZLIB="-L${build_root}/src/.libs $YAZLIB"
fi
- LIBS="${SSL_LIBS} ${GCRYPT_LIBS} ${MEMCACHED_LIBS} $LIBS"
+ LIBS="${SSL_LIBS} ${GCRYPT_LIBS} ${MEMCACHED_LIBS} ${HIREDIS_LIBS} $LIBS"
YAZLIB="$YAZLIB $LIBS"
YAZLALIB="${build_root}/src/libyaz.la"