network-ups-tools: switch to libressl.
This commit is contained in:
parent
0c8dd83945
commit
3a04852765
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'network-ups-tools'
|
# Template file for 'network-ups-tools'
|
||||||
pkgname=network-ups-tools
|
pkgname=network-ups-tools
|
||||||
version=2.7.2
|
version=2.7.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--sbindir=/usr/bin --sysconfdir=/etc/ups --without-doc --disable-static
|
--sbindir=/usr/bin --sysconfdir=/etc/ups --without-doc --disable-static
|
||||||
|
@ -10,7 +10,7 @@ configure_args="
|
||||||
--with-systemdsystemunitdir=/lib/systemd/system --without-libltdl --without-ipmi
|
--with-systemdsystemunitdir=/lib/systemd/system --without-libltdl --without-ipmi
|
||||||
--without-freeipmi"
|
--without-freeipmi"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="avahi-libs-devel openssl-devel libusb-compat-devel systemd-devel neon-devel"
|
makedepends="avahi-libs-devel libressl-devel libusb-compat-devel systemd-devel neon-devel"
|
||||||
system_accounts="nut"
|
system_accounts="nut"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/ups/ups.conf
|
/etc/ups/ups.conf
|
||||||
|
|
Loading…
Reference in a new issue