diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-09-23 22:15:50 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-09-24 08:59:42 +0200 |
commit | e9f66c56358ba27b346633a9741fad3cfbe483ac (patch) | |
tree | e1601c5aeeec2aadd7c7fc565927180d2b5687b4 /source/a | |
parent | 63442b0649e576c10f99c815252d5604e0a3a2a0 (diff) | |
download | current-e9f66c56358ba27b346633a9741fad3cfbe483ac.tar.gz |
Mon Sep 23 22:15:50 UTC 201920190923221550
a/aaa_elflibs-15.0-x86_64-11.txz: Rebuilt.
Upgraded: libelf-0.177.so, libcurl.so.4.6.0, libexpat.so.1.6.10,
libglib-2.0.so.0.6200.0, libgmodule-2.0.so.0.6200.0,
libgobject-2.0.so.0.6200.0, libgthread-2.0.so.0.6200.0,
libstdc++.so.6.0.27, libtdb.so.1.4.2, libusb-1.0.so.0.2.0.
Added: libisl.so.21.0.0, libmpc.so.3.1.0.
a/kernel-firmware-20190923_417a9c6-noarch-1.txz: Upgraded.
d/gcc-9.2.0-x86_64-2.txz: Rebuilt.
Recompiled using --with-isl. The isl package is now required.
d/gcc-brig-9.2.0-x86_64-2.txz: Rebuilt.
d/gcc-g++-9.2.0-x86_64-2.txz: Rebuilt.
d/gcc-gdc-9.2.0-x86_64-2.txz: Rebuilt.
d/gcc-gfortran-9.2.0-x86_64-2.txz: Rebuilt.
d/gcc-gnat-9.2.0-x86_64-2.txz: Rebuilt.
d/gcc-go-9.2.0-x86_64-2.txz: Rebuilt.
d/gcc-objc-9.2.0-x86_64-2.txz: Rebuilt.
l/imagemagick-6.9.10_66-x86_64-1.txz: Upgraded.
l/isl-0.21-x86_64-1.txz: Added.
Necessary to build GCC with the Graphite loop optimizations.
l/libical-3.0.6-x86_64-2.txz: Rebuilt.
Rebuilt with -DGOBJECT_INTROSPECTION=true and -DICAL_GLIB_VAPI=true.
Thanks to Skaendo.
l/v4l-utils-1.18.0-x86_64-1.txz: Upgraded.
x/xterm-349-x86_64-1.txz: Upgraded.
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 | 3 | ||||
-rw-r--r-- | source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp | 9 |
3 files changed, 10 insertions, 4 deletions
diff --git a/source/a/aaa_elflibs/aaa_elflibs.SlackBuild b/source/a/aaa_elflibs/aaa_elflibs.SlackBuild index 76260dd4..299aa69e 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:-10} +BUILD=${BUILD:-11} # 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 e527a6d7..b9d0c437 100644 --- a/source/a/aaa_elflibs/symlinks-to-tracked-libs +++ b/source/a/aaa_elflibs/symlinks-to-tracked-libs @@ -37,8 +37,6 @@ /usr/lib/libgdbm.so.6 /usr/lib/libglib-2.0.so.0 /usr/lib/libgmodule-2.0.so.0 -/usr/lib/libgmp.so.10 -/usr/lib/libgmpxx.so.4 /usr/lib/libgobject-2.0.so.0 /usr/lib/libgthread-2.0.so.0 /usr/lib/libhistory.so.6 @@ -57,7 +55,6 @@ /usr/lib/libmenuw.so.5 /usr/lib/libmenuw.so.6 /usr/lib/libmm.so.14 -/usr/lib/libmpfr.so.6 /usr/lib/libpanel.so.5 /usr/lib/libpanel.so.6 /usr/lib/libpanelw.so.5 diff --git a/source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp b/source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp index 2e0d3083..4d4bea23 100644 --- a/source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp +++ b/source/a/aaa_elflibs/symlinks-to-tracked-libs-tmp @@ -2,3 +2,12 @@ # like to keep copies of temporarily until we can recompile # everything that's still using them. Once that happens, they'll # be dropped from this package. +# +# We need these libraries here or we won't be able to recompile gcc +# after any of them get a shared library .so-version bump: +/usr/lib/libisl.so.21 +/usr/lib/libmpc.so.3 +/usr/lib/libmpfr.so.6 +/usr/lib/libgmp.so.10 +/usr/lib/libgmpxx.so.4 +# |