v4l-utils: unbreak musl: __off_t -> off_t.
This commit is contained in:
parent
706f8eeaf4
commit
04474c440d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ distfiles="http://linuxtv.org/downloads/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=164abf5c1befcd27e8e6ef824a82d4015bdfb5d99ae82daa00e77d895ff9864c
|
checksum=164abf5c1befcd27e8e6ef824a82d4015bdfb5d99ae82daa00e77d895ff9864c
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) makedepends+=" argp-standalone"; LDFLAGS="-largp";;
|
*-musl) makedepends+=" argp-standalone"; CFLAGS="-D__off_t=off_t"; LDFLAGS="-largp";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in a new issue