mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
fdm: rebuild for libressl-2.6
This commit is contained in:
parent
572b302441
commit
b24a200e32
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'fdm'
|
# Template file for 'fdm'
|
||||||
pkgname=fdm
|
pkgname=fdm
|
||||||
version=1.9
|
version=1.9
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
CFLAGS="-DPCRE"
|
CFLAGS="-DPCRE"
|
||||||
configure_args="ac_cv_func_strlcpy=no ac_cv_func_strlcat=no LIBS=-lpcre"
|
configure_args="ac_cv_func_strlcpy=no ac_cv_func_strlcat=no LIBS=-lpcre"
|
||||||
hostmakedepends="automake bison"
|
hostmakedepends="automake bison"
|
||||||
makedepends="zlib-devel libressl-devel tdb-devel pcre-devel"
|
makedepends="zlib-devel libressl-devel tdb-devel pcre-devel"
|
||||||
short_desc="Program to fetch and deliver mail"
|
short_desc="Program to fetch and deliver mail"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://github.com/nicm/fdm"
|
homepage="https://github.com/nicm/fdm"
|
||||||
distfiles="https://github.com/nicm/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/nicm/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue