sessreg: unbreak musl build (take 2).
This commit is contained in:
parent
3df7f92f02
commit
6c0421806f
|
@ -12,5 +12,5 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||
checksum=551177657835e0902b5eee7b19713035beaa1581bbd3c6506baa553e751e017c
|
||||
|
||||
# musl does not define _WTMPX_FILE, use _WTMP_FILE instead.
|
||||
CFLAGS="-D_WTMPX_FILE=_WTMP_FILE"
|
||||
# musl does not define _WTMPX_FILE, use WTMP_FILE instead.
|
||||
CFLAGS="-D_WTMPX_FILE=WTMP_FILE"
|
||||
|
|
Loading…
Reference in New Issue