From 1c814ed9f97fc3a9bf796d3ea78a68077d35c6c3fbaebb3abede90544ed34bbd Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 10 Oct 2011 13:41:11 +0000 Subject: [PATCH] Fix build on ARM OBS-URL: https://build.opensuse.org/package/show/server:mail/alpine?expand=0&rev=15 --- alpine.changes | 5 +++++ alpine.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/alpine.changes b/alpine.changes index 4e8bf01..1ca554f 100644 --- a/alpine.changes +++ b/alpine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 10 13:40:24 UTC 2011 - max@suse.com + +- Explicitly set the ssl prefix dir to fix build on ARM. + ------------------------------------------------------------------- Fri Sep 30 20:07:39 UTC 2011 - coolo@suse.com diff --git a/alpine.spec b/alpine.spec index 5821945..b8dfdd5 100644 --- a/alpine.spec +++ b/alpine.spec @@ -237,6 +237,7 @@ autoreconf -fiv %( : 'mudflap(th) does not work with with threads:' )\ --without-pthread \ %endif + --with-ssl-dir=/usr \ --with-smtp-msa=/usr/sbin/sendmail \ --with-password-prog=/usr/bin/passwd \ --with-npa=/usr/bin/inews \