summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorbad <bad>1999-12-07 20:15:16 +0000
committerbad <bad>1999-12-07 20:15:16 +0000
commite6616b17ab51581850e774beb8412eac3a7641f3 (patch)
tree48209104d498d6907431c8e3f103a588255b636d /www
parent01fcda4556b75331f9403ab71f0b34c9b5f4e370 (diff)
downloadpkgsrc-e6616b17ab51581850e774beb8412eac3a7641f3.tar.gz
Fix path to RSAref library. Fixes PR pkg/8968 by Paul Dokas.
XXX Maybe we could tell the configure script that OpenSSL and RSAref are in the "system" location and have the configure script pick it up with the -I and -L flags.
Diffstat (limited to 'www')
-rw-r--r--www/ap-ssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile
index e7379a6cb53..bb9339a8f30 100644
--- a/www/ap-ssl/Makefile
+++ b/www/ap-ssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/12/01 01:00:17 bad Exp $
+# $NetBSD: Makefile,v 1.11 1999/12/07 20:15:16 bad Exp $
#
DISTNAME= mod_ssl-2.4.8-1.3.9
@@ -33,7 +33,7 @@ fetch-depends:
CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs --with-ssl=${PREFIX}
.if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES
-CONFIUGRE_ARGS+= --with-rsa=${PREFIX}
+CONFIUGRE_ARGS+= --with-rsa=${PREFIX}/lib
.endif
post-install: