mirror of
https://abf.rosa.ru/djam/glibc.git
synced 2025-02-24 07:22:47 +00:00
Remove strange and broken hack
This commit is contained in:
parent
d87988ce84
commit
5a995bc7fd
1 changed files with 1 additions and 7 deletions
|
@ -127,7 +127,7 @@ Source0: http://ftp.gnu.org/gnu/glibc/%{oname}-%{ver}.tar.xz
|
|||
#Source1: http://ftp.gnu.org/gnu/glibc/%{oname}-%{ver}.tar.xz.sig
|
||||
#endif
|
||||
%endif
|
||||
Release: 10
|
||||
Release: 11
|
||||
License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
|
||||
Group: System/Libraries
|
||||
Url: http://www.gnu.org/software/libc/
|
||||
|
@ -950,12 +950,6 @@ done
|
|||
%setup -q -n %{source_dir} -a3
|
||||
%autopatch -p1
|
||||
|
||||
%if %{with selinux}
|
||||
# XXX kludge to build nscd with selinux support as it added -nostdinc
|
||||
# so /usr/include/selinux is not found
|
||||
ln -s %{_includedir}/selinux selinux
|
||||
%endif
|
||||
|
||||
find . -type f -size 0 -o -name "*.orig" -exec rm {} \;
|
||||
|
||||
# Remove patch backups from files we ship in glibc packages
|
||||
|
|
Loading…
Add table
Reference in a new issue