v4l-utils: use argp-standalone on musl.
This commit is contained in:
parent
736e4b7989
commit
706f8eeaf4
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ license="GPL-2, LGPL-2.1"
|
|||
distfiles="http://linuxtv.org/downloads/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=164abf5c1befcd27e8e6ef824a82d4015bdfb5d99ae82daa00e77d895ff9864c
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) makedepends+=" argp-standalone"; LDFLAGS="-largp";;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
libtoolize -f
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue