diff options
author | Juergen Daubert <jue@jue.li> | 2019-01-17 09:20:29 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2019-01-17 09:20:29 +0100 |
commit | a02f17115bcd01d88b070485e7075cd1e963f7b6 (patch) | |
tree | 83e85e92268f0713f14100aca5a6da112fbef781 /fetchmail/Pkgfile | |
parent | f73d5b59dc768cb2f3f4dd3cf8faa041d285c624 (diff) | |
download | opt-a02f17115bcd01d88b070485e7075cd1e963f7b6.tar.gz opt-a02f17115bcd01d88b070485e7075cd1e963f7b6.tar.xz |
fetchmail: fix build with openssl 1.1.1
Diffstat (limited to 'fetchmail/Pkgfile')
-rw-r--r-- | fetchmail/Pkgfile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/fetchmail/Pkgfile b/fetchmail/Pkgfile index 4191a467e..eda4748b7 100644 --- a/fetchmail/Pkgfile +++ b/fetchmail/Pkgfile @@ -5,12 +5,16 @@ name=fetchmail version=6.3.26 -release=2 -source=(http://downloads.sourceforge.net/project/$name/branch_6.3/$name-$version.tar.xz) +release=3 +source=(http://downloads.sourceforge.net/project/$name/branch_6.3/$name-$version.tar.xz + disable-sslv3.patch) build() { cd $name-$version + # fix build with openssl 1.1.1 + patch -p1 -i $SRC/disable-sslv3.patch + # don't build python stuff sed -i '19,21s/^/#/' Makefile.am autoreconf -vi |