[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Patches] Fix cross-localedef for recent merge



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