aboutsummaryrefslogtreecommitdiffstats
path: root/blfs/Makefile
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-23 18:42:27 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-23 18:42:27 -0500
commit4d37cecf7d07e3012a8d8e236b1dde6de8477ef3 (patch)
treefec40391aab066cf52012b4941a2d845f2ca6eba /blfs/Makefile
parent8626a0206a62795752161b9fbd69d89d22a195c6 (diff)
Adjust for bind utils and add Python dep.
Diffstat (limited to 'blfs/Makefile')
-rw-r--r--blfs/Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/blfs/Makefile b/blfs/Makefile
index 12d9cb7..c3a5cf9 100644
--- a/blfs/Makefile
+++ b/blfs/Makefile
@@ -8,6 +8,12 @@ apache-ant : GLib java
Berkeley_DB : java Sharutils
@echo "Berkeley_DB"
+bind-utils : libuv libxml2 PLY
+ @echo "bind-utils"
+
+bind-utils-extra : json-c libcap-pam libxml2
+ @echo "bind-utils-extra"
+
CMake : cURL libuv libarchive nghttp2
@echo "CMake"
@@ -150,7 +156,7 @@ Mako : MarkupSafe
MarkupSafe :
@echo "MarkupSafe"
-MIT_Kerberos : libedit OpenLDAP yasm
+MIT_Kerberos : bind-utils libedit OpenLDAP yasm
@echo "MIT_Kerberos"
Net-SSLeay :
@@ -193,6 +199,9 @@ PCRE : libedit Valgrind
PCRE2 :
@echo "PCRE2"
+PLY :
+ @echo "PLY"
+
Pygments :
@echo "Pygments"
@@ -217,7 +226,7 @@ six :
sqlite3 : libedit unzip
@echo "sqlite3"
-sudo : Linux-PAM MIT_Kerberos OpenLDAP
+sudo : bind-utils Linux-PAM MIT_Kerberos OpenLDAP
@echo "sudo"
unzip :