mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
liblogging: drop systemd build option.
This commit is contained in:
parent
30ecceb775
commit
9e7dab5f7c
1 changed files with 2 additions and 6 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'liblogging'
|
# Template file for 'liblogging'
|
||||||
pkgname=liblogging
|
pkgname=liblogging
|
||||||
version=1.0.5
|
version=1.0.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static $(vopt_enable systemd journal)"
|
configure_args="--disable-static --disable-journal"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="$(vopt_if systemd systemd-devel)"
|
|
||||||
short_desc="Easy to use, portable, open source library for system logging"
|
short_desc="Easy to use, portable, open source library for system logging"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
|
@ -13,9 +12,6 @@ homepage="http://www.liblogging.org/"
|
||||||
distfiles="http://download.rsyslog.com/liblogging/${pkgname}-${version}.tar.gz"
|
distfiles="http://download.rsyslog.com/liblogging/${pkgname}-${version}.tar.gz"
|
||||||
checksum=310dc1691279b7a669d383581fe4b0babdc7bf75c9b54a24e51e60428624890b
|
checksum=310dc1691279b7a669d383581fe4b0babdc7bf75c9b54a24e51e60428624890b
|
||||||
|
|
||||||
# Package build options
|
|
||||||
build_options="systemd"
|
|
||||||
|
|
||||||
liblogging-devel_package() {
|
liblogging-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue