libmpack: fix cross-compilation.
This commit is contained in:
parent
8ea9ab40b4
commit
e11ff81528
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,8 @@ pkgname=libmpack
|
|||
version=1.0.5
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="libtool"
|
||||
make_build_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool"
|
||||
makedepends="libtool"
|
||||
short_desc="Simple implementation of msgpack in C"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="MTI"
|
||||
|
@ -11,7 +12,6 @@ homepage="https://github.com/libmpack/libmpack"
|
|||
distfiles="https://github.com/libmpack/libmpack/archive/${version}.tar.gz"
|
||||
checksum=4ce91395d81ccea97d3ad4cb962f8540d166e59d3e2ddce8a22979b49f108956
|
||||
make_check_target=test
|
||||
nocross="libtool usage doesn't support cross-compiling"
|
||||
|
||||
libmpack-devel_package() {
|
||||
depends="libmpack-${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue