Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Fix Linux support for msmtp.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpn committed Nov 1, 2014
1 parent fdefe28 commit 8b2da4e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions msmtp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ else
with_keyring=""
fi

autoreconf -i
if [ ! -f configure ]; then
autoreconf -i
fi

./configure --prefix=$PREFIX \
--with-ssl=openssl \
--without-gnutls \
$with_keyring

make
Expand Down
11 changes: 7 additions & 4 deletions msmtp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,21 @@ package:
version: 1.4.32

source:
fn: msmtp-rel-1-4-32.zip
url: https://github.com/tpn/msmtp/archive/rel-1-4-32.zip
fn: msmtp-rel-1-4-32.zip [osx]
url: https://github.com/tpn/msmtp/archive/rel-1-4-32.zip [osx]
fn: msmtp-1.4.32.tar.gz [linux]
url: http://downloads.sourceforge.net/project/msmtp/msmtp/1.4.32/msmtp-1.4.32.tar.bz2 [linux]

build:
number: 0

requirements:
build:
- openssl
- autoconf
- autoconf [not linux]
- automake [not linux]
- gettext
- pkg-config
- pkg-config [not linux]
run:
- openssl
- gettext
Expand Down

0 comments on commit 8b2da4e

Please sign in to comment.