Fixed the dependencies for all existing overlay bundles.

This commit is contained in:
Ivan Davidov 2017-12-02 03:22:02 +02:00
parent 8ba922c5ec
commit ef075dc53a
5 changed files with 17 additions and 1 deletions

View File

@ -1,4 +1,4 @@
glibc_libnsl
glibc_libnss_compat
#glibc_libnss_compat
glibc_libutil
glibc_libcrypt

View File

@ -0,0 +1,3 @@
glibc_libdl
glibc_libpthread
glibc_librt

View File

@ -0,0 +1,7 @@
# TODO - Many other bundles depend on 'curses header-files'
# and their build will fail if these headers are missing.
# However, these headers are not provided by the overlay
# bundle 'ncurses'. On Ubuntu you can add the headers with
# the following command:
#
# sudo apt install libncurses5-dev

View File

@ -0,0 +1,5 @@
# Some of the functionality depends on third party
# libraries, e.g. 'ncurses' and 'termcap'.
ncurses
#termcap

View File

@ -1 +1,2 @@
glibc_libdl
ncurses