commit
2155887758
@ -1,45 +0,0 @@
|
||||
From 644b8aa5f6235ee57a8a91a1db5a02174f57445c Mon Sep 17 00:00:00 2001
|
||||
From: David Woodhouse <David.Woodhouse@intel.com>
|
||||
Date: Thu, 21 Jun 2012 17:04:23 +0100
|
||||
Subject: [PATCH] Don't require zlib in pkgconfig if it was found without it
|
||||
|
||||
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
|
||||
---
|
||||
configure.ac | 2 +-
|
||||
openconnect.pc.in | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 8216fe0..2ff8a54 100644
|
||||
--- a/openconnect.pc.in
|
||||
+++ b/openconnect.pc.in
|
||||
@@ -7,7 +7,7 @@ includedir=@includedir@
|
||||
Name: openconnect
|
||||
Description: OpenConnect VPN client
|
||||
Version: @VERSION@
|
||||
-Requires.private: @LIBPROXY_PC@ zlib @SSL_LIBRARY@ @P11KIT_PC@ libxml-2.0
|
||||
+Requires.private: @LIBPROXY_PC@ @ZLIB_PC@ @SSL_LIBRARY@ @P11KIT_PC@ libxml-2.0
|
||||
Libs: -L${libdir} -lopenconnect
|
||||
Libs.private: @LIBINTL@
|
||||
Cflags: -I${includedir}
|
||||
--
|
||||
1.7.10.2
|
||||
|
||||
--- ./configure.400 2012-06-21 17:05:58.065101753 +0100
|
||||
+++ ./configure 2012-06-21 17:06:06.903976972 +0100
|
||||
@@ -623,6 +623,7 @@ PYTHON
|
||||
LIBPROXY_PC
|
||||
LIBPROXY_LIBS
|
||||
LIBPROXY_CFLAGS
|
||||
+ZLIB_PC
|
||||
ZLIB_LIBS
|
||||
ZLIB_CFLAGS
|
||||
LIBXML2_LIBS
|
||||
@@ -12702,6 +12703,7 @@ else
|
||||
ZLIB_LIBS=$pkg_cv_ZLIB_LIBS
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
||||
$as_echo "yes" >&6; }
|
||||
+ ZLIB_PC=zlib
|
||||
|
||||
fi
|
||||
|
Loading…
Reference in new issue