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'
|
# Template file for 'fastd'
|
||||||
pkgname=fastd
|
pkgname=fastd
|
||||||
version=16
|
version=16
|
||||||
revision=5
|
revision=6
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake pkg-config bison"
|
hostmakedepends="cmake pkg-config bison"
|
||||||
makedepends="libuecc-devel libsodium-devel json-c-devel libcap-devel"
|
makedepends="libuecc-devel libsodium-devel json-c-devel libcap-devel"
|
||||||
|
@ -16,6 +16,7 @@ conf_files="
|
||||||
/etc/fastd/secret.conf
|
/etc/fastd/secret.conf
|
||||||
/etc/fastd/fastd.conf"
|
/etc/fastd/fastd.conf"
|
||||||
make_dirs="/etc/fastd/peers 755 root root"
|
make_dirs="/etc/fastd/peers 755 root root"
|
||||||
|
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/sodium"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir etc/fastd
|
vmkdir etc/fastd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue