mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
sessreg: unbreak musl build (take 2).
This commit is contained in:
parent
3df7f92f02
commit
6c0421806f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue