]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Don't build libevent with openssl support
authorHarlan Stenn <stenn@ntp.org>
Thu, 26 May 2011 22:54:06 +0000 (18:54 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 26 May 2011 22:54:06 +0000 (18:54 -0400)
bk: 4ddeda0eOtOW2Z3M3YQywgvaLvj5hQ

ChangeLog
sntp/m4/ntp_libevent.m4

index c4363cd757beb38b7053f4398b8821943a01c6ef..a86ed8310ac63ac03d31a2dd8bfc9ae7d6173942 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+* Don't build libevent with openssl support.  Right now, libevent
+  doesn't use pkg-config to find openssl's installation location.
 (4.2.7p173) 2011/05/25 Released by Harlan Stenn <stenn@ntp.org>
 * Typo in emalloc.c hides file and line number from emalloc() error msg.
 * parsesolaris.c compile fails on SPARC Solaris with conflicting printf.
index 624e16059d62761ffdfea306ea803d1e63afb885..2d31d1dc856443183baebfd1f09d18881f916c85 100644 (file)
@@ -113,6 +113,7 @@ esac
 case "$ntp_use_local_libevent" in
  yes)
     dnl ac_configure_args is undocumented but widely abused.
+    ac_configure_args=" --disable-openssl${ac_configure_args}"
     ac_configure_args=" --disable-shared${ac_configure_args}"
     ac_configure_args=" --disable-libevent-regress${ac_configure_args}"
     ac_configure_args=" --disable-libevent-install${ac_configure_args}"