pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/opencm Specify the openssl path explicitly. Wit...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d594c314b36d
branches: trunk
changeset: 487016:d594c314b36d
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Jan 07 01:10:14 2005 +0000
description:
Specify the openssl path explicitly. Without this, the package
doesn't build on platforms without native ssl library because the
configure script fails to find pkgsrc openssl.
diffstat:
devel/opencm/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r bdb4e1ec89a1 -r d594c314b36d devel/opencm/Makefile
--- a/devel/opencm/Makefile Thu Jan 06 23:44:35 2005 +0000
+++ b/devel/opencm/Makefile Fri Jan 07 01:10:14 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2004/12/04 23:37:14 jmmv Exp $
+# $NetBSD: Makefile,v 1.31 2005/01/07 01:10:14 minskim Exp $
#
DISTNAME= ${OPENCM_VERSION}-2-src
@@ -17,6 +17,7 @@
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --infodir=${PREFIX}/${INFO_DIR}
+CONFIGURE_ARGS+= --with-ssl-dir=${BUILDLINK_PREFIX.openssl}
OPENCM_VERSION= opencm-0.1.2alpha8
Home |
Main Index |
Thread Index |
Old Index