summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2022-11-09 17:43:53 +0700
committerKonstantin Shalygin2022-11-09 17:43:53 +0700
commit9b0a78639c948ea463e07b35488a73c31ed9810a (patch)
tree72887f74f69c09406e9552b1b8e066c944127c97
parentfe2a0cb979b9b5e11888cf5b1b7200a14749dc3e (diff)
downloadaur-9b0a78639c948ea463e07b35488a73c31ed9810a.tar.gz
Cleanup PKGBUILD
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3efb4ddc0ac8..d3d1c36431ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,6 @@ sha256sums=('e4abb4ccd1ce2e006d7ae0aa416c187384c9acf524dfbf8b1a7a07dfde9efa59')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
- # mem leak test disabled
- # https://github.com/libstorage/libstoragemgmt/issues/467
autoreconf -fvi
PYTHON="/usr/bin/python" ./configure \
--prefix=/usr \
@@ -30,7 +28,6 @@ prepare() {
--datarootdir=/usr/share \
--datadir=/usr/share \
--with-python3
- #--without-mem-leak-test
}
build() {