From d3cc7b09f98a81421ad5eaf8f22a733b6f51d5c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 21 Jan 2017 18:55:50 +0100 Subject: [PATCH] - do not depend on GLIBC_PRIVATE symbols (libvtv) - rel 2 --- gcc.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc.spec b/gcc.spec index 17194fa..12ec9fd 100644 --- a/gcc.spec +++ b/gcc.spec @@ -129,7 +129,7 @@ Summary(pl.UTF-8): Kolekcja kompilatorów GNU: kompilator C i pliki współdziel Summary(pt_BR.UTF-8): Coleção dos compiladores GNU: o compilador C e arquivos compartilhados Name: gcc Version: %{major_ver}.%{minor_ver} -Release: 1 +Release: 2 Epoch: 6 License: GPL v3+ Group: Development/Languages @@ -299,6 +299,8 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define Werror_cflags %{nil} %define skip_post_check_so '.*(libcc1plugin|libgo|libxmlj|lib-gnu-awt-xlib|libmpxwrappers)\.so.*' +# private symbols +%define _noautoreq .*\(GLIBC_PRIVATE\) %description A compiler aimed at integrating all the optimizations and features -- 2.43.0