mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
sessreg: unbreak musl build.
This commit is contained in:
parent
609eb4f958
commit
3df7f92f02
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'sessreg'.
|
# Template build file for 'sessreg'.
|
||||||
pkgname=sessreg
|
pkgname=sessreg
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libX11-devel"
|
makedepends="libX11-devel"
|
||||||
|
@ -11,3 +11,6 @@ license="MIT"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||||
checksum=551177657835e0902b5eee7b19713035beaa1581bbd3c6506baa553e751e017c
|
checksum=551177657835e0902b5eee7b19713035beaa1581bbd3c6506baa553e751e017c
|
||||||
|
|
||||||
|
# musl does not define _WTMPX_FILE, use _WTMP_FILE instead.
|
||||||
|
CFLAGS="-D_WTMPX_FILE=_WTMP_FILE"
|
||||||
|
|
Loading…
Add table
Reference in a new issue