From bb3a5a5ad9bdd46e80a0b212c4336e991ee357b1 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 29 May 2012 23:19:23 -0600 Subject: [PATCH] - Build info files in the source dir, then move to objdir to avoid multilib conflicts (#825061) --- glibc-rh825061.patch | 13 +++++++++++++ glibc.spec | 11 ++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 glibc-rh825061.patch diff --git a/glibc-rh825061.patch b/glibc-rh825061.patch new file mode 100644 index 0000000..54fae8b --- /dev/null +++ b/glibc-rh825061.patch @@ -0,0 +1,13 @@ +diff -rup a/manual/Makefile b/manual/Makefile +--- a/manual/Makefile 2012-05-20 19:47:38.000000000 -0600 ++++ b/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 $( - 2.15.90-4 + - Build info files in the source dir, then move to objdir + to avoid multilib conflicts (#825061) + * Fri May 25 2012 Jeff Law - 2.15.90-3 - Work around RPM dropping the contents of /etc/localtime when it turns into a symlink with %post common script (#825159).