# HG changeset patch # User Hans-G?nter Theisgen # Date 1587391064 -3600 # Node ID ac5a77f54ad3160b41bc70d8ce85418c3ab8e3cb # Parent 0699e7a9c77603dbdcb03b673ad984e7383ddfa8 updated smartmontools (7.0 -> 7.1) diff -r 0699e7a9c776 -r ac5a77f54ad3 smartmontools/receipt --- a/smartmontools/receipt Mon Apr 20 13:31:36 2020 +0000 +++ b/smartmontools/receipt Mon Apr 20 14:57:44 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="smartmontools" -VERSION="7.0" +VERSION="7.1" CATEGORY="system-tools" SHORT_DESC="Monitors disk and tape health via S.M.A.R.T." MAINTAINER="erjo@slitaz.org" @@ -17,10 +17,9 @@ # Rules to configure and make the package. compile_rules() { - export CC=gcc-83 - export CXX=g++-83 - ./configure \ + CC=gcc-83 \ + CXX=g++-83 \ --prefix=/usr \ --sysconfdir=/etc \ --with-nvme-devicescan \