diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-02-10 08:44:01 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-02-10 08:44:01 +0000 |
commit | 8c8ac02d4bd9a33d1e1b74e3fbdaa381b9f691d1 (patch) | |
tree | acd4954fc233948d83c6800eca7458ae83ab08b0 /mail/re-alpine | |
parent | 6fd395598cc71a1fd9708f293ee0d2eb264d92d3 (diff) | |
download | pkgsrc-8c8ac02d4bd9a33d1e1b74e3fbdaa381b9f691d1.tar.gz |
Fix build failure on Linux with openssl from pkgsrc, approved by reed@
Diffstat (limited to 'mail/re-alpine')
-rw-r--r-- | mail/re-alpine/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/re-alpine/Makefile b/mail/re-alpine/Makefile index 4226843330b..3d1ca949042 100644 --- a/mail/re-alpine/Makefile +++ b/mail/re-alpine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/12/17 10:16:04 sbd Exp $ +# $NetBSD: Makefile,v 1.4 2012/02/10 08:44:25 cheusov Exp $ # DISTNAME= re-alpine-2.01 @@ -19,8 +19,10 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "options.mk" GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-ssl-dir=${SSLBASE:Q} -# TODO: is this okay? +CONFIGURE_ARGS+= --with-ssl-dir=${SSLBASE} +CONFIGURE_ARGS+= --with-ssl-certs-dir=${SSLCERTS:Q} +CONFIGURE_ARGS+= --with-ssl-include-dir=${SSLBASE}/include +CONFIGURE_ARGS+= --with-ssl-lib-dir=${SSLBASE}/lib CONFIGURE_ARGS+= --with-system-pinerc=${PKG_SYSCONFDIR}/pine.conf CONFIGURE_ARGS+= --with-system-fixed-pinerc=${PKG_SYSCONFDIR}/pine.conf.fixed |