import glibc-2.17-292.el7.src.rpm
Signed-off-by: zhangbinchen <zhangbinchen@openanolis.org>
This commit is contained in:
commit
ff0128648f
929 changed files with 436800 additions and 0 deletions
13
glibc-rh825061.patch
Normal file
13
glibc-rh825061.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff -rup glibc-2.17-c758a686/manual/Makefile glibc-2.17-c758a686/manual/Makefile
|
||||
--- glibc-2.17-c758a686/manual/Makefile 2012-05-20 19:47:38.000000000 -0600
|
||||
+++ glibc-2.17-c758a686/manual/Makefile 2012-05-29 22:23:33.920428631 -0600
|
||||
@@ -129,7 +129,8 @@ $(objpfx)%.c.texi: examples/%.c
|
||||
mv -f $@.new $@
|
||||
|
||||
$(objpfx)%.info: %.texinfo
|
||||
- LANGUAGE=C LC_ALL=C $(MAKEINFO) -P $(objpfx) --output=$@ $<
|
||||
+ LANGUAGE=C LC_ALL=C $(MAKEINFO) -P $(objpfx) --output=`basename $@` $<
|
||||
+ mv `basename $@`* $(objpfx)
|
||||
|
||||
$(objpfx)%.dvi: %.texinfo
|
||||
cd $(objpfx);$(TEXI2DVI) -I $(shell cd $(<D) && pwd) --output=$@ \
|
Loading…
Add table
Add a link
Reference in a new issue