[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Patches] Fix cross-localedef for recent merge
- To: <patches@xxxxxxxxxx>
- Subject: [Patches] Fix cross-localedef for recent merge
- From: "Joseph S. Myers" <joseph@xxxxxxxxxxxxxxxx>
- Date: Tue, 20 Nov 2012 01:47:38 +0000
I've applied this patch to fix the cross-localedef build after a recent
merge from FSF.
Index: Makefile.in
===================================================================
--- Makefile.in (revision 21828)
+++ Makefile.in (working copy)
@@ -66,7 +66,7 @@
%.o: glibc/argp/%.c
$(FULLCC) -c -o $@ $<
%.o: glibc/crypt/%.c
- $(FULLCC) -c -o $@ $<
+ $(FULLCC) -Iglibc/crypt -c -o $@ $<
%.o: glibc/malloc/%.c
$(FULLCC) -c -o $@ $<
%.o: glibc/misc/%.c
Index: ChangeLog.eglibc
===================================================================
--- ChangeLog.eglibc (revision 21828)
+++ ChangeLog.eglibc (working copy)
@@ -1,3 +1,7 @@
+2012-11-19 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * Makefile (%.o: glibc/crypt/%.c): Use -Iglibc/crypt.
+
2012-02-08 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
* Makefile.in (DEFINES): Add -DIN_GLIBC_LOCALEDEF.
--
Joseph S. Myers
joseph@xxxxxxxxxxxxxxxx
_______________________________________________
Patches mailing list
Patches@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/patches