diff options
Diffstat (limited to 'community/fdm/PKGBUILD')
-rw-r--r-- | community/fdm/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/fdm/PKGBUILD b/community/fdm/PKGBUILD index 5546042ad..a0bf2a771 100644 --- a/community/fdm/PKGBUILD +++ b/community/fdm/PKGBUILD @@ -5,11 +5,11 @@ pkgname=fdm pkgver=1.6 -pkgrel=3 +pkgrel=3.1 pkgdesc='Program to fetch and deliver mail' url='http://fdm.sourceforge.net/' license=('BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('!makeflags') depends=('openssl' 'tdb' 'zlib') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz" @@ -20,6 +20,7 @@ sha1sums=('fb8042f2355062848ff142c9604069b6657e6a82' build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -p1 -i ../GNUmakefile.patch + sed -i 's/LIBS+= -lssl -ltdb -lz/LIBS+= -lssl -lcrypto -ltdb -lz/' GNUmakefile make } |