wok-current diff smartmontools/receipt @ rev 24107
updated adminer (4.7.5 -> 4.8.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Sep 25 17:50:51 2021 +0100 (2021-09-25) |
parents | d01348e6aa1c |
children | c1b9da2fd6c7 |
line diff
1.1 --- a/smartmontools/receipt Sat Oct 05 19:43:37 2019 +0100 1.2 +++ b/smartmontools/receipt Sat Sep 25 17:50:51 2021 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="smartmontools" 1.7 -VERSION="7.0" 1.8 +VERSION="7.1" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Monitors disk and tape health via S.M.A.R.T." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -17,10 +17,9 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - export CC=gcc-83 1.17 - export CXX=g++-83 1.18 - 1.19 ./configure \ 1.20 + CC=gcc-83 \ 1.21 + CXX=g++-83 \ 1.22 --prefix=/usr \ 1.23 --sysconfdir=/etc \ 1.24 --with-nvme-devicescan \