diff options
Diffstat (limited to 'source/a')
-rwxr-xr-x | source/a/aaa_elflibs/aaa_elflibs.SlackBuild | 2 | ||||
-rw-r--r-- | source/a/aaa_elflibs/symlinks-to-tracked-libs | 2 | ||||
-rw-r--r-- | source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp | 16 | ||||
-rwxr-xr-x | source/a/pam/pam.SlackBuild | 2 | ||||
-rwxr-xr-x | source/a/quota/quota.SlackBuild | 2 |
5 files changed, 7 insertions, 17 deletions
diff --git a/source/a/aaa_elflibs/aaa_elflibs.SlackBuild b/source/a/aaa_elflibs/aaa_elflibs.SlackBuild index 760bd709..2f4c4230 100755 --- a/source/a/aaa_elflibs/aaa_elflibs.SlackBuild +++ b/source/a/aaa_elflibs/aaa_elflibs.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=aaa_elflibs VERSION=${VERSION:-15.0} -BUILD=${BUILD:-23} +BUILD=${BUILD:-24} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/a/aaa_elflibs/symlinks-to-tracked-libs b/source/a/aaa_elflibs/symlinks-to-tracked-libs index 8b6d9b3a..c70e471a 100644 --- a/source/a/aaa_elflibs/symlinks-to-tracked-libs +++ b/source/a/aaa_elflibs/symlinks-to-tracked-libs @@ -21,6 +21,8 @@ /lib/libncurses.so.6 /lib/libncursesw.so.5 /lib/libncursesw.so.6 +/lib/libnsl.so.1 +/lib/libnsl.so.2 /lib/libpcre.so.1 /lib/libpcreposix.so.0 /lib/libpopt.so.0 diff --git a/source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp b/source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp index 3ff4a28d..cbbe62c5 100644 --- a/source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp +++ b/source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp @@ -10,21 +10,9 @@ /usr/lib/libmpfr.so.6 /usr/lib/libgmp.so.10 /usr/lib/libgmpxx.so.4 -# -# Add the shared library from libdvdread-6.0.1 until third party packages catch up: -# -/usr/lib/libdvdread.so.4 +# We'll keep this one around for just a little bit: +/usr/lib/libffi.so.7 # Need these saved here during the KDE4 -> Plasma 5 transition: /usr/lib/libexiv2.so.26 /usr/lib/libraw.so.16 /usr/lib/libraw_r.so.16 -# We'll keep this one around for just a little bit: -/usr/lib/libffi.so.6 -# Upgrading icu4c is always painful. We'll hang onto these until nothing in the -# main tree or common third-party additions require them. -/usr/lib/libicudata.so.65 -/usr/lib/libicui18n.so.65 -/usr/lib/libicuio.so.65 -/usr/lib/libicutest.so.65 -/usr/lib/libicutu.so.65 -/usr/lib/libicuuc.so.65 diff --git a/source/a/pam/pam.SlackBuild b/source/a/pam/pam.SlackBuild index f5d1d3d6..9577c304 100755 --- a/source/a/pam/pam.SlackBuild +++ b/source/a/pam/pam.SlackBuild @@ -27,7 +27,7 @@ SRCNAM=Linux-PAM PKGNAM=pam PAMRHVER=${PAMRHVER:-$(echo pam-redhat-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} VERSION=${VERSION:-$(echo $SRCNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/a/quota/quota.SlackBuild b/source/a/quota/quota.SlackBuild index 8fd1c395..0d2009cf 100755 --- a/source/a/quota/quota.SlackBuild +++ b/source/a/quota/quota.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=quota VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |