pkgsrc-Bugs archive

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

Re: pkg/37699: pbulk big stopper: archivers/dar



On Mon, Jan 07, 2008 at 03:05:08PM +0000, Aleksey Cheusov wrote:
>  >  Second, which OpenSSL version is this and does opensslconf.h exist?
>  Where I should find this file?
>  openssl is not installed and opensslconf.h is absent.

Ah. That was the missing hint. Better patch attached.

Joerg
Index: builtin.mk
===================================================================
RCS file: /data/repo/netbsd/pkgsrc/security/openssl/builtin.mk,v
retrieving revision 1.23
diff -u -p -r1.23 builtin.mk
--- builtin.mk  5 Jan 2008 20:41:26 -0000       1.23
+++ builtin.mk  7 Jan 2008 15:26:13 -0000
@@ -136,7 +136,8 @@ USE_BUILTIN.openssl!=                                       
                \
 .        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