SHA256
1
0
forked from pool/glibc

Accepting request 121763 from home:a_jaeger:my-factory-packages

Revert getconf change, it breaks build.

OBS-URL: https://build.opensuse.org/request/show/121763
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=184
This commit is contained in:
Andreas Jaeger 2012-05-22 12:22:12 +00:00 committed by Git OBS Bridge
parent e79ab82b65
commit 3f6f92f45d
3 changed files with 21 additions and 1 deletions

18
glibc-2.8-getconf.diff Normal file
View File

@ -0,0 +1,18 @@
This is required for too noisy rpmlint:
glibc.i586: E: hardlink-across-partition (Badness: 10000) /usr/lib/getconf/POSIX_V7_ILP32_OFFBIG /usr/bin/getconf
Index: glibc-2.15/posix/Makefile
===================================================================
--- glibc-2.15.orig/posix/Makefile
+++ glibc-2.15/posix/Makefile
@@ -316,8 +316,7 @@ $(inst_libexecdir)/getconf: $(inst_bindi
$(addprefix $(..)./scripts/mkinstalldirs ,\
$(filter-out $(wildcard $@),$@))
while read spec; do \
- ln -f $< $@/$$spec.new || $(INSTALL_PROGRAM) $< $@/$$spec.new; \
- mv -f $@/$$spec.new $@/$$spec; \
+ ln -s ../../bin/getconf $@/$$spec; \
done < $(objpfx)getconf.speclist
$(objpfx)getconf.speclist: $(objpfx)getconf

View File

@ -1,6 +1,5 @@
Wed May 16 08:37:57 UTC 2012 - schwab@linux-m68k.org
- Properly install getconf compilation environment spec links
- Fix confstr use of local buffer outside its extent
-------------------------------------------------------------------

View File

@ -195,6 +195,8 @@ Patch13: glibc-2.3.2.no_archive.diff
Patch14: glibc-2.3.90-bindresvport.blacklist.diff
# PATCH-FIX-OPENSUSE prefer -lang rpm packages
Patch15: glibc-2.3.90-langpackdir.diff
# PATCH-FIX-OPENSUSE Do not generate hardlink for getconf
Patch16: glibc-2.8-getconf.diff
# PATCH-FIX-OPENSUSE add option --enable-runbinaries to disable running of compiled binaries
Patch17: glibc-compiled-binaries.diff
# PATCH-FEATURE-SLE increase cpusetsize to 4096, needs to be kept for compatibility kukuk@suse.de (XXX: Review)
@ -508,6 +510,7 @@ rm nscd/s-stamp
%patch13 -p1
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch17 -p1
%patch18 -p1
# This should be fixed in valgrind now