monkey: fix cross-compilation issues.
This commit is contained in:
parent
00df79d3ac
commit
bdd0b38aab
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'monkey'
|
# Template file for 'monkey'
|
||||||
pkgname=monkey
|
pkgname=monkey
|
||||||
version=1.5.6
|
version=1.5.6
|
||||||
revision=2
|
revision=3
|
||||||
build_style=configure
|
build_style=configure
|
||||||
makedepends="mbedtls-devel"
|
makedepends="mbedtls-devel"
|
||||||
configure_args+="--prefix=/usr --plugdir=/usr/share/monkey/plugins "
|
configure_args+="--prefix=/usr --plugdir=/usr/share/monkey/plugins "
|
||||||
configure_args+="--sysconfdir=/etc/monkey/ --enable-plugins=mbedtls "
|
configure_args+="--sysconfdir=/etc/monkey/ --enable-plugins=mbedtls "
|
||||||
configure_args+="--datadir=/srv/httpd --mandir=/usr/share/man "
|
configure_args+="--datadir=/srv/httpd --mandir=/usr/share/man "
|
||||||
configure_args+="--pidfile=/var/run/monkey.pid --logdir=/var/log/monkey "
|
configure_args+="--pidfile=/var/run/monkey.pid --logdir=/var/log/monkey "
|
||||||
|
configure_args+="--malloc-libc"
|
||||||
short_desc="Cross-arch embeddable lightweight HTTP server"
|
short_desc="Cross-arch embeddable lightweight HTTP server"
|
||||||
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
|
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
|
||||||
license="APL-2.0"
|
license="APL-2.0"
|
||||||
|
@ -15,8 +16,6 @@ homepage="http://monkey-project.com"
|
||||||
distfiles="${homepage}/releases/1.5/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/releases/1.5/${pkgname}-${version}.tar.gz"
|
||||||
checksum=7c3d845306aa74ee6effd7ab6169d16ac4e6450e564954d0d0baa2d1e9be1a22
|
checksum=7c3d845306aa74ee6effd7ab6169d16ac4e6450e564954d0d0baa2d1e9be1a22
|
||||||
|
|
||||||
nocross="http://build.voidlinux.eu/builders/armv7l_builder/builds/11227/steps/shell_3/logs/stdio"
|
|
||||||
|
|
||||||
make_dirs="
|
make_dirs="
|
||||||
/var/log/monkey 0755 root httpd
|
/var/log/monkey 0755 root httpd
|
||||||
/srv/httpd/htdocs 0755 root httpd"
|
/srv/httpd/htdocs 0755 root httpd"
|
||||||
|
|
Loading…
Reference in New Issue