Fix build on ARM

OBS-URL: https://build.opensuse.org/package/show/server:mail/alpine?expand=0&rev=15
This commit is contained in:
Reinhard Max 2011-10-10 13:41:11 +00:00 committed by Git OBS Bridge
parent 5c7717e8bb
commit 1c814ed9f9
2 changed files with 6 additions and 0 deletions

View File

@ -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 Fri Sep 30 20:07:39 UTC 2011 - coolo@suse.com

View File

@ -237,6 +237,7 @@ autoreconf -fiv
%( : 'mudflap(th) does not work with with threads:' )\ %( : 'mudflap(th) does not work with with threads:' )\
--without-pthread \ --without-pthread \
%endif %endif
--with-ssl-dir=/usr \
--with-smtp-msa=/usr/sbin/sendmail \ --with-smtp-msa=/usr/sbin/sendmail \
--with-password-prog=/usr/bin/passwd \ --with-password-prog=/usr/bin/passwd \
--with-npa=/usr/bin/inews \ --with-npa=/usr/bin/inews \