pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/42142 (bootstrap-pkgsrc fails on OSF1 alpha)
The following reply was made to PR pkg/42142; it has been noted by GNATS.
From: Tobias Nygren <tnn%NetBSD.org@localhost>
To: Robert Doerfler <rocrash%gmx.de@localhost>
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: pkg/42142 (bootstrap-pkgsrc fails on OSF1 alpha)
Date: Thu, 1 Oct 2009 10:59:04 +0200
Would something like this work as a stopgap fix?
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/pkgtools/pkg_install/Makefile,v
retrieving revision 1.164
diff -u -r1.164 Makefile
--- Makefile 14 Jun 2009 15:08:45 -0000 1.164
+++ Makefile 1 Oct 2009 08:57:08 -0000
@@ -92,9 +92,8 @@
.include "../../devel/zlib/builtin.mk"
.include "../../security/openssl/builtin.mk"
-.if !empty(USE_BUILTIN.openssl:M[yY][eE][sS])
+.if !empty(USE_BUILTIN.openssl:M[yY][eE][sS]) && ${OPSYS} != "OSF1"
CONFIGURE_ARGS+= --with-ssl
-
.include "../../security/openssl/buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index