From ea11cec72b50438570f5bd42a4f725e607964444 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 25 Mar 2011 10:02:11 +0000 Subject: [PATCH] Added and fixed glibc-2.12.1-pot.patch and Makefile --- Makefile | 2 +- work/glibc-2.12.1-pot.patch | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 work/glibc-2.12.1-pot.patch diff --git a/Makefile b/Makefile index 19f51c9..3949d02 100644 --- a/Makefile +++ b/Makefile @@ -206,7 +206,7 @@ $(WORK)/glibc-$(GLIBC_VERSION): $(WORK)/glibc-$(GLIBC_VERSION).tar.bz2 $(WORK)/g tar -C $(WORK) -xvjf $(WORK)/glibc-$(GLIBC_VERSION).tar.bz2 cd $(WORK)/glibc-$(GLIBC_VERSION) && \ tar xvjf $(WORK)/glibc-ports-$(GLIBC_PORTS_VERSION).tar.bz2 && \ - patch -p0 -i $(WORK)/glibc-$(GLIBC_VERSION)-pot.patch && \ + patch -p1 -i $(WORK)/glibc-$(GLIBC_VERSION)-pot.patch && \ mv glibc-ports-$(GLIBC_PORTS_VERSION) ports && \ sed -e 's/-lgcc_eh//g' -i Makeconfig touch $(WORK)/glibc-$(GLIBC_VERSION) diff --git a/work/glibc-2.12.1-pot.patch b/work/glibc-2.12.1-pot.patch new file mode 100644 index 0000000..1844c92 --- /dev/null +++ b/work/glibc-2.12.1-pot.patch @@ -0,0 +1,12 @@ +--- glibc-2.12.1.orig/manual/Makefile 2011-03-25 08:18:50.000000000 +0000 ++++ glibc-2.12.1/manual/Makefile 2011-03-25 08:40:24.000000000 +0000 +@@ -233,6 +233,9 @@ + stubs: $(objpfx)stubs + endif + $(objpfx)stubs ../po/manual.pot $(objpfx)stamp%: ++$(objpfx)stubs ../po/manual.pot: ++ touch $@ ++$(objpfx)stamp%: + $(make-target-directory) + touch $@ + -- 2.26.2