fastd: fix crossbuild.
This commit is contained in:
parent
ee55b1081e
commit
f470a6589c
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fastd'
|
||||
pkgname=fastd
|
||||
version=16
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake pkg-config bison"
|
||||
makedepends="libuecc-devel libsodium-devel json-c-devel libcap-devel"
|
||||
|
@ -16,6 +16,7 @@ conf_files="
|
|||
/etc/fastd/secret.conf
|
||||
/etc/fastd/fastd.conf"
|
||||
make_dirs="/etc/fastd/peers 755 root root"
|
||||
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/sodium"
|
||||
|
||||
post_install() {
|
||||
vmkdir etc/fastd
|
||||
|
|
Loading…
Reference in a new issue