diff options
Diffstat (limited to 'blfs/Makefile')
-rw-r--r-- | blfs/Makefile | 33 |
1 files changed, 26 insertions, 7 deletions
diff --git a/blfs/Makefile b/blfs/Makefile index cfa075b..12d9cb7 100644 --- a/blfs/Makefile +++ b/blfs/Makefile @@ -44,7 +44,7 @@ fop : apache-ant GC : libatomic_ops @echo "GC" -GDB : six Guile Valgrind-llvm +GDB : Guile six Valgrind-llvm @echo "GDB" GLib : docbook-xml docbook-xsl GDB GTK-Doc libxslt PCRE #gobject-introspection \ @@ -54,9 +54,12 @@ GLib : docbook-xml docbook-xsl GDB GTK-Doc libxslt PCRE #gobject-introspection \ gobject-introspection : GLib GTK-Doc Mako @echo "gobject-introspection" -GTK-Doc : docbook-xml docbook-xsl itstool libxslt Pygments +GTK-Doc : docbook-xml docbook-xsl itstool libxslt lxml Pygments @echo "GTK-Doc" +GTK-Doc-fop : GTK-Doc fop + @echo "GTK-Doc-fop" + Guile : GC libunistring #Runtime GDB Emacs @echo "Guile" @@ -78,6 +81,15 @@ libarchive : libxml2 LZO Nettle libatomic_ops : @echo "libatomic_ops" +libcap-pam : Linux-PAM + @echo "libcap-pam" + +libedit : + @echo "libedit" + +libevent : + @echo "libevent" + libgcrypt : libgpg-error @echo "libgcrypt" @@ -117,6 +129,9 @@ libyaml : Linux-PAM : Berkeley_DB docbook-xml docbook-xsl fop libnsl libtirpc libxslt Lynx @echo "Linux-PAM" +lxml : libxslt + @echo "lxml" + LLVM : CMake libxml2 Pygments PyYAML Valgrind Zip @echo "LLVM" @@ -135,7 +150,7 @@ Mako : MarkupSafe MarkupSafe : @echo "MarkupSafe" -MIT_Kerberos : OpenLDAP yasm +MIT_Kerberos : libedit OpenLDAP yasm @echo "MIT_Kerberos" Net-SSLeay : @@ -156,7 +171,8 @@ nss : nspr sqlite3 nspr : @echo "nspr" -ntp : IO-Socket-SSL +# optional with a systemd install +ntp : IO-Socket-SSL libcap-pam libedit libevent @echo "ntp" OpenLDAP : Berkeley_DB Cyrus-SASL @@ -165,15 +181,18 @@ OpenLDAP : Berkeley_DB Cyrus-SASL OpenLDAP-Extras : GnuTLS MariaDB PostgreSQL Pth unixODBC @echo "OpenLDAP-Extras" -OpenSSH : +OpenSSH : libedit @echo "OpenSSH" p11-kit : libtasn1 libxslt nss @echo "p11-kit" -PCRE : +PCRE : libedit Valgrind @echo "PCRE" +PCRE2 : + @echo "PCRE2" + Pygments : @echo "Pygments" @@ -195,7 +214,7 @@ Sharutils : six : @echo "six" -sqlite3 : unzip +sqlite3 : libedit unzip @echo "sqlite3" sudo : Linux-PAM MIT_Kerberos OpenLDAP |