From dd21786ef498cc8433b4f85a307314ca1d431f12 Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Thu, 07 Jan 2021 01:22:04 -0500
Subject: build: Disable drivedb updating

---
diff --git a/build b/build
index 2c27136..0b04e24 100755
--- a/build
+++ b/build
@@ -8,7 +8,9 @@ nop:
 build:
 	oh-autoconfigure -- \
 		--with-initscriptdir=no \
-		--with-drivedbdir=/var/lib/smartmontools/drivedb
+		--without-drivedbdir \
+		--without-update-smart-drivedb \
+		--without-gnupg
 	oh-autobuild
 	touch $@
 
--
cgit v0.9.1