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:
28413a9
)
yaz-config: List SSL libs for static mode
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 29 Apr 2010 08:12:44 +0000
(10:12 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 29 Apr 2010 08:12:55 +0000
(10:12 +0200)
The static mode is for apps that don't use Libtool.
yaz-config.in
patch
|
blob
|
history
diff --git
a/yaz-config.in
b/yaz-config.in
index
9898cb0
..
93e168f
100644
(file)
--- a/
yaz-config.in
+++ b/
yaz-config.in
@@
-104,7
+104,7
@@
if test "$lib_icu" = "yes"; then
lyaz="-lyaz_icu $lyaz"
fi
-if test "$lib_ssl" = "yes"; then
+if test "$lib_ssl" = "yes" -o "$lib_static" = "yes"; then
LIBS="${SSL_LIBS} $LIBS"
fi