pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform don't use the system provided openssl and ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c725b72a2828
branches: trunk
changeset: 528125:c725b72a2828
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Apr 21 13:54:46 2007 +0000
description:
don't use the system provided openssl and zlib for now
diffstat:
mk/platform/HPUX.mk | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r f756c8d11ac4 -r c725b72a2828 mk/platform/HPUX.mk
--- a/mk/platform/HPUX.mk Sat Apr 21 13:25:49 2007 +0000
+++ b/mk/platform/HPUX.mk Sat Apr 21 13:54:46 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HPUX.mk,v 1.1 2007/04/14 14:17:49 tnn Exp $
+# $NetBSD: HPUX.mk,v 1.2 2007/04/21 13:54:46 tnn Exp $
#
# Variable definitions for the HP-UX operating system.
@@ -65,5 +65,10 @@
_INCOMPAT_ICONV= HPUX-*-*
+# Builtin openssl and zlib have issues. Prefer pkgsrc's until we know which
+# versions work.
+PREFER.openssl?= pkgsrc
+PREFER.zlib?= pkgsrc
+
_STRIPFLAG_CC?= ${_INSTALL_UNSTRIPPED:D:U} # cc(1) option to strip
_STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U} # install(1) option to strip
Home |
Main Index |
Thread Index |
Old Index