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)
--- /dev/null
+--- 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 $@
+