[cpp-xmltooling] branch master updated: Add zlib link option universally.
Scott Cantor
cantor.2 at osu.edu
Mon Jun 4 19:13:42 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=277d9a0b45b627d0df79cd2bf3cad43b4cae3c6d
The following commit(s) were added to refs/heads/master by this push:
new 277d9a0 Add zlib link option universally.
277d9a0 is described below
commit 277d9a0b45b627d0df79cd2bf3cad43b4cae3c6d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 4 19:13:35 2018 -0400
Add zlib link option universally.
---
configure.ac | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 73ed083..276c933 100644
--- a/configure.ac
+++ b/configure.ac
@@ -327,12 +327,11 @@ int i = 0;
[
if test -d "$withval" ; then
CPPFLAGS="${CPPFLAGS} -I$withval/include"
- XMLSEC_LIBS="-L$withval/lib -lz $XMLSEC_LIBS"
- else
- XMLSEC_LIBS="-lz $XMLSEC_LIBS"
+ XMLSEC_LIBS="$XMLSEC_LIBS -L$withval/lib"
fi
]
)
+ XMLSEC_LIBS="$XMLSEC_LIBS -lz"
# save and append master libs
save_LIBS="$LIBS"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list