mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
postfix: require a newer host postfix to fix cross build.
This commit is contained in:
parent
b2e0af6158
commit
ccb4942ebe
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ makedepends="libressl-devel db-devel>=5.3 pcre-devel>=8.30 libsasl-devel
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# XXX postfix-install needs native binaries.
|
# XXX postfix-install needs native binaries.
|
||||||
hostmakedepends+=" ${pkgname}>=2.10.2"
|
hostmakedepends+=" ${pkgname}>=${version}_${revision}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
conf_files="
|
conf_files="
|
||||||
|
|
Loading…
Add table
Reference in a new issue