diff options
author | khronosschoty <khronosschoty@posteo.org> | 2018-11-02 13:33:37 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-03 07:46:41 +0700 |
commit | d17bbffe86ddcdf998b130e8b6d90cc532c0b29d (patch) | |
tree | 0f23115e3d3cd2a2e368cadf50309e4abc496b0d /development/gcclegacy494/gcclegacy494.SlackBuild | |
parent | 8fbf713f4f5fe608f14abdf570a337f082ba701b (diff) |
development/gcclegacy494: Patched to build with glibc-2.28.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/gcclegacy494/gcclegacy494.SlackBuild')
-rw-r--r-- | development/gcclegacy494/gcclegacy494.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/gcclegacy494/gcclegacy494.SlackBuild b/development/gcclegacy494/gcclegacy494.SlackBuild index 2264f3b0ca6b3..1c1fb412a88c0 100644 --- a/development/gcclegacy494/gcclegacy494.SlackBuild +++ b/development/gcclegacy494/gcclegacy494.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=gcclegacy494 VERSION=${VERSION:-4.9.4} -BUILD=${BUILD:-4} +BUILD=${BUILD:-5} TAG=${TAG:-_SBo} INSTLOC=${INSTLOC:-/opt/$PRGNAM} @@ -124,6 +124,7 @@ if [ "$minor" -gt "23" ]; then patch -p1 -i "$CWD/942-asan-fix-missing-include-signal-h.patch" patch -p1 -i "$CWD/943-Use-ucontext_t-not-struct-ucontext-in-linux-unwind.h.patch" patch -p1 -i "$CWD/944-sanitizer-linux.patch" + patch -p1 -i "$CWD/ustat.h.patch" if [ "$minor" = "26" ]; then export glibcxx_cv_c99_math=yes fi |