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:
parent
e79ab82b65
commit
3f6f92f45d
18
glibc-2.8-getconf.diff
Normal file
18
glibc-2.8-getconf.diff
Normal 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
|
@ -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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user