diff options
Diffstat (limited to 'source/installer')
-rw-r--r-- | source/installer/ChangeLog.txt | 3 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index e15dc8cf..55fdfaff 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,6 @@ +Fri Oct 30 22:06:27 UTC 2020 + Add libnsl. Thanks to Olek. ++--------------------------+ Thu Oct 29 21:50:02 UTC 2020 Don't build the inetd busybox applet. +--------------------------+ diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index 48268c98..6c78239a 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -919,6 +919,7 @@ l/keyutils \ l/libaio \ l/libcap \ l/libidn2 \ +l/libnsl \ l/libunistring \ l/libusb \ l/lzo \ @@ -1235,6 +1236,7 @@ cp -fa${VERBOSE1} \ libkrb5support.so* \ liblzma*so* \ libmount.so* \ + libnsl.so* \ libpam*.so* \ libpcre.so* \ libpopt*.so* \ |