pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssl Fix builtin.mk logic for thread featu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5cf66d781905
branches:  trunk
changeset: 537378:5cf66d781905
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jan 07 15:51:08 2008 +0000

description:
Fix builtin.mk logic for thread feature if no native OpenSSL exists.
Fixes PR pkg/37699 from Aleksey Cheusov.

diffstat:

 security/openssl/builtin.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 045be8ad2da0 -r 5cf66d781905 security/openssl/builtin.mk
--- a/security/openssl/builtin.mk       Mon Jan 07 15:33:02 2008 +0000
+++ b/security/openssl/builtin.mk       Mon Jan 07 15:51:08 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.23 2008/01/05 20:41:26 rillig Exp $
+# $NetBSD: builtin.mk,v 1.24 2008/01/07 15:51:08 joerg Exp $
 
 BUILTIN_PKG:=  openssl
 
@@ -136,7 +136,8 @@
 .        endif
 .      endfor
 .    endif
-.    if defined(USE_FEATURES.openssl)
+.    if !empty(IS_BUILTIN.openssl:M[yY][eE][sS]) && \
+       defined(USE_FEATURES.openssl)
 .      if !empty(USE_FEATURES.openssl:Mthreads) && \
          !empty(BUILTIN_OPENSSL_HAS_THREADS:M[nN][oO])
 USE_BUILTIN.openssl=   no



Home | Main Index | Thread Index | Old Index