diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-23 18:47:43 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-23 18:47:43 -0500 |
commit | 4b43d09cfd3d95f65abeea1a49fd02fd8aa033b6 (patch) | |
tree | fec40391aab066cf52012b4941a2d845f2ca6eba | |
parent | a2f0ff9b64f7610965c4e5a98bc44a49acaf4f9c (diff) | |
parent | 4d37cecf7d07e3012a8d8e236b1dde6de8477ef3 (diff) |
Merge branch 'master' into cleanup
-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 : |