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:
0f88139
)
Fixed missing SSL libs for --libs output
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 30 Jan 2009 18:47:29 +0000
(19:47 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 30 Jan 2009 18:49:34 +0000
(19:49 +0100)
yaz-config.in
patch
|
blob
|
history
diff --git
a/yaz-config.in
b/yaz-config.in
index
ad78247
..
117806a
100644
(file)
--- a/
yaz-config.in
+++ b/
yaz-config.in
@@
-133,7
+133,7
@@
else
if test "$yazprefix" != "/usr"; then
YAZLIB="-L$yazprefix/lib"
fi
- YAZLIB="$YAZLIB $lyaz $LIBS"
+ YAZLIB="$YAZLIB $lyaz ${SSL_LIBS} $LIBS"
YAZLALIB=$YAZLIB
if test "$yazprefix" != "/usr"; then
YAZINC="-I$yazprefix/include $YAZINC"