physlock: update to 13.
This commit is contained in:
parent
170b18ca82
commit
5569133014
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'physlock'
|
# Template file for 'physlock'
|
||||||
pkgname=physlock
|
pkgname=physlock
|
||||||
version=12
|
version=13
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
|
@ -10,6 +10,10 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/muennich/physlock"
|
homepage="https://github.com/muennich/physlock"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=0abb24123d7a1a6f009fec15e95d163f4e63fbdb218ab3e965400b50bb7cd978
|
checksum=9ae4716a1e916f141e47a01b439133ca382281ebdcbec1e53f85da6771774bd6
|
||||||
|
|
||||||
CFLAGS="-D_GNU_SOURCE"
|
CFLAGS="-D_GNU_SOURCE"
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
vsed -e 's|^HAVE_SYSTEMD.*|HAVE_SYSTEMD = 0|g' -i Makefile
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue