CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Added and fixed glibc-2.12.1-pot.patch and Makefile
authorVictor Martinez <pitillo@ono.com>
Fri, 25 Mar 2011 10:02:11 +0000 (10:02 +0000)
committerVictor Martinez <pitillo@ono.com>
Fri, 25 Mar 2011 10:02:11 +0000 (10:02 +0000)
Makefile
work/glibc-2.12.1-pot.patch [new file with mode: 0644]

index 19f51c9140b233e5670b34bdbd875274960376af..3949d02a7a83993943a27601116b894b3f1cc850 100644 (file)
--- 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 (file)
index 0000000..1844c92
--- /dev/null
@@ -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 $@