2011-07-07 08:29:39 +00:00
|
|
|
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
|
|
|
|
|
2009-02-20 07:46:43 +00:00
|
|
|
|
2012-04-19 11:14:21 +00:00
|
|
|
Index: glibc-2.15/posix/Makefile
|
2009-11-16 08:54:19 +00:00
|
|
|
===================================================================
|
2012-04-19 11:14:21 +00:00
|
|
|
--- glibc-2.15.orig/posix/Makefile
|
|
|
|
+++ glibc-2.15/posix/Makefile
|
2012-04-13 09:37:44 +00:00
|
|
|
@@ -316,8 +316,7 @@ $(inst_libexecdir)/getconf: $(inst_bindi
|
2009-02-20 07:46:43 +00:00
|
|
|
$(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
|