diff options
Diffstat (limited to 'blfs')
-rw-r--r-- | blfs/Makefile | 13 |
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 : |