]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- do not depend on GLIBC_PRIVATE symbols (libvtv) auto/th/gcc-6.3.0-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 21 Jan 2017 17:55:50 +0000 (18:55 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 21 Jan 2017 17:55:50 +0000 (18:55 +0100)
- rel 2

gcc.spec

index 17194facfb9fccce8111b601986f9f480c746c61..12ec9fd9ad4762cf0c904d4f4b69a087a49117fd 100644 (file)
--- 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
This page took 0.088651 seconds and 4 git commands to generate.