diff options
author | bad <bad@pkgsrc.org> | 1999-12-07 20:15:16 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-12-07 20:15:16 +0000 |
commit | b48bd9b182530b2e6ad65c43fd34dbba8cdd36ef (patch) | |
tree | 48209104d498d6907431c8e3f103a588255b636d /www/ap-ssl/Makefile | |
parent | 866ddca32eabc5dca309ee8ba625a9af46404c6e (diff) | |
download | pkgsrc-b48bd9b182530b2e6ad65c43fd34dbba8cdd36ef.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/ap-ssl/Makefile')
-rw-r--r-- | www/ap-ssl/Makefile | 4 |
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: |