pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/openssl Make sure that the "dlcompat" related...
details: https://anonhg.NetBSD.org/pkgsrc/rev/848a3c83f6c3
branches: trunk
changeset: 528000:848a3c83f6c3
user: tron <tron%pkgsrc.org@localhost>
date: Wed Apr 18 14:11:33 2007 +0000
description:
Make sure that the "dlcompat" related options are actually added to
"LDFLAGS". This is another attempt to fix PR pkg/36086.
diffstat:
security/openssl/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 25c9f608c851 -r 848a3c83f6c3 security/openssl/Makefile
--- a/security/openssl/Makefile Wed Apr 18 08:09:56 2007 +0000
+++ b/security/openssl/Makefile Wed Apr 18 14:11:33 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.121 2007/04/17 17:04:00 tron Exp $
+# $NetBSD: Makefile,v 1.122 2007/04/18 14:11:33 tron Exp $
OPENSSL_SNAPSHOT?= # empty
OPENSSL_STABLE?= # empty
@@ -104,6 +104,8 @@
${PKG_SYSCONFDIR}/openssl.cnf
OWN_DIRS= ${PKG_SYSCONFDIR}/certs ${PKG_SYSCONFDIR}/private
+DL_AUTO_VARS= yes
+
# Some shells don't accept empty word lists in for loops. For those
# Makefiles where this occurs, edit the file so that we avoid running
# the loop.
Home |
Main Index |
Thread Index |
Old Index