[Pkg-voip-commits] [bctoolbox] 18/57: fix bug in configure.ac, when compiling with polarssl
daniel at gnoutcheff.name
daniel at gnoutcheff.name
Thu Mar 30 04:31:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
gnoutchd-guest pushed a commit to branch debian/sid
in repository bctoolbox.
commit 064553045d9fe054faa70c12d1f03ee3d2bfa6ac
Author: Simon Morlat <simon.morlat at linphone.org>
Date: Sat Dec 3 13:16:01 2016 +0100
fix bug in configure.ac, when compiling with polarssl
---
configure.ac | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index b9aa0c3..9df47b7 100755
--- a/configure.ac
+++ b/configure.ac
@@ -179,6 +179,8 @@ if test "$mbedtls_found" = "false" ; then
POLARSSL_CFLAGS="-I${polarssl_prefix}"
POLARSSL_LIBS="-L${polarssl_prefix}/lib"
fi
+ CPPFLAGS_save=$CPPFLAGS
+ LIBS_save=$LIBS
CPPFLAGS="$CPPFLAGS $POLARSSL_CFLAGS"
LIBS="$LIBS $POLARSSL_LIBS"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/bctoolbox.git
More information about the Pkg-voip-commits
mailing list