From ff5efa0766086f7b5b8e34badbd78fcf1908904d Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Thu, 28 Jan 2021 10:23:40 +0000 Subject: [PATCH] ndctl: -> 71.1 --- ndctl/.signature | 4 ++-- ndctl/Pkgfile | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ndctl/.signature b/ndctl/.signature index c128e0285..76e302605 100644 --- a/ndctl/.signature +++ b/ndctl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34rJr6Wqq2vfFw2FhEH52EMoiz67O6hd0XTa30N84fvARAS6v5TRQgJjVtobFE8SksU5ZlKLTJ+odXX9+Pl5xwI= -SHA256 (Pkgfile) = 31a618a9ae82646516676961e66ebb89516c3d4cdd47f9cd517003cb0c519b8c +RWSagIOpLGJF38tw1xGRmrBFKa5KTfTq+gMtWmQka8L9Ic8eOKEReS0Vc6yW6mO3yZi8FCOkGysJn4eX926jaa6VEfwrbgm1cg8= +SHA256 (Pkgfile) = 00f9c58e1403704935707dc9497b7c896a5260630884f28b81bfc9acebe15ed3 SHA256 (.footprint) = d978f8b9ba5905ee9b3e95fdfc8dbfe889788e489e9afc5a7d8d3d65a5a4cefc SHA256 (ndctl-71.1.tar.gz) = cfd0d9d6c893a83491296c40c710f4202d6e9b5b6c74ae1aca905584a5db512b diff --git a/ndctl/Pkgfile b/ndctl/Pkgfile index c2d9d6790..71d815c36 100644 --- a/ndctl/Pkgfile +++ b/ndctl/Pkgfile @@ -11,11 +11,10 @@ source=(https://github.com/pmem/ndctl/archive/v$version/$name-$version.tar.gz) build() { cd $name-$version NOCONFIGURE=1 ./autogen.sh - sed '13944s/yes/no/' -i configure - sed '13961s/yes/no/' -i configure ./configure --prefix=/usr \ --sysconfdir=/etc \ --with-systemd=no \ + --without-bash \ --disable-docs make make DESTDIR=$PKG install