aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-08-12 14:18:02 +0200
committerAndreas Schwab <schwab@redhat.com>2011-08-15 14:22:42 +0200
commit3cc745c62f872df8b88068907ab7a646d827a122 (patch)
tree2732a86c1a17744e8c61e0048b9d0a922b640c53
parent6ab60dd658b65ff9ea73601771a2dc50f80a87be (diff)
downloadglibc-3cc745c62f872df8b88068907ab7a646d827a122.tar
glibc-3cc745c62f872df8b88068907ab7a646d827a122.tar.gz
glibc-3cc745c62f872df8b88068907ab7a646d827a122.tar.bz2
glibc-3cc745c62f872df8b88068907ab7a646d827a122.zip
Filter out GLIBC_PRIVATE symbols again
-rw-r--r--fedora/glibc.spec.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 57a5aab6e9..a7d2edaa44 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -86,8 +86,7 @@ BuildRequires: gcc >= 4.1.0-0.17
BuildRequires: elfutils >= 0.72
BuildRequires: rpm >= 4.2-0.56
%endif
-%define __find_provides %{_builddir}/%{glibcsrcdir}/find_provides.sh
-%define _filter_GLIBC_PRIVATE 1
+%global __filter_GLIBC_PRIVATE 1
%description
The glibc package contains standard libraries which are used by
@@ -265,12 +264,6 @@ rm -f sysdeps/powerpc/powerpc32/power4/hp-timing.[ch]
%endif
find . -type f -size 0 -o -name "*.orig" -exec rm -f {} \;
-cat > find_provides.sh <<EOF
-#!/bin/sh
-/usr/lib/rpm/find-provides | grep -v GLIBC_PRIVATE
-exit 0
-EOF
-chmod +x find_provides.sh
touch `find . -name configure`
touch locale/programs/*-kw.h