forked from pool/glibc
Accepting request 876196 from home:Andreas_Schwab:Factory
- Fix build of utils flavor for usrmerge OBS-URL: https://build.opensuse.org/request/show/876196 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=582
This commit is contained in:
@@ -423,6 +423,7 @@ which is highly discouraged.
|
||||
|
||||
|
||||
|
||||
|
||||
# makedb requires libselinux. We add this program in a separate
|
||||
# package so that glibc does not require libselinux.
|
||||
|
||||
@@ -922,7 +923,11 @@ rm -f %{buildroot}%{slibdir}/ld*.so* %{buildroot}%{slibdir}/lib[!mp]*
|
||||
%if "%{rtlddir}" != "%{slibdir}"
|
||||
rm -f %{buildroot}%{rtlddir}/ld*.so*
|
||||
%endif
|
||||
%if "%{_libdir}" != "%{slibdir}"
|
||||
rm -f %{buildroot}%{_libdir}/lib*
|
||||
%else
|
||||
rm -f %{buildroot}%{_libdir}/lib*.a
|
||||
%endif
|
||||
rm -f %{buildroot}%{_bindir}/{catchsegv,ldd*,sprof}
|
||||
rm -rf %{buildroot}%{_mandir}/man*
|
||||
rm -rf %{buildroot}%{rootsbindir} %{buildroot}%{_includedir}
|
||||
|
Reference in New Issue
Block a user