diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/installer/ChangeLog.txt | 3 | ||||
-rwxr-xr-x | source/installer/build_installer.sh | 2 | ||||
-rwxr-xr-x | source/x/mesa/mesa.SlackBuild | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt index bd35a2f8..c7c0992a 100644 --- a/source/installer/ChangeLog.txt +++ b/source/installer/ChangeLog.txt @@ -1,3 +1,6 @@ +Thu Dec 31 20:35:53 UTC 2020 + Add libelogind.so.0, needed by libprocps.so.8. ++--------------------------+ Thu Dec 17 20:19:08 UTC 2020 Add libinih, needed by xfsprogs. +--------------------------+ diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh index 5e0ea470..bc8c978e 100755 --- a/source/installer/build_installer.sh +++ b/source/installer/build_installer.sh @@ -870,6 +870,7 @@ a/dialog \ a/dosfstools \ a/e2fsprogs \ a/efivar \ +a/elogind \ a/etc \ a/f2fs-tools \ a/gptfdisk \ @@ -1224,6 +1225,7 @@ cp -fa${VERBOSE1} \ libcap*so* \ libcrypto*so* \ libdevmapper*so* \ + libelogind*so* \ libf2fs.so* \ libfdisk.so* \ libgcc*so* \ diff --git a/source/x/mesa/mesa.SlackBuild b/source/x/mesa/mesa.SlackBuild index a10c955b..57802490 100755 --- a/source/x/mesa/mesa.SlackBuild +++ b/source/x/mesa/mesa.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mesa VERSION=${VERSION:-$(echo $PKGNAM-[0-9]*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} DEMOVERS=${DEMOVERS:-8.4.0} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} BUILD_DEMOS=${BUILD_DEMOS:-YES} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |