From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/git/files/snprintf-returns-bogus.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/git/files/snprintf-returns-bogus.patch (limited to 'recipes/git/files/snprintf-returns-bogus.patch') diff --git a/recipes/git/files/snprintf-returns-bogus.patch b/recipes/git/files/snprintf-returns-bogus.patch new file mode 100644 index 0000000000..568bb1f56b --- /dev/null +++ b/recipes/git/files/snprintf-returns-bogus.patch @@ -0,0 +1,12 @@ +--- git-1.6.0.4-orig/configure.ac 2008-11-18 15:28:03.000000000 -0500 ++++ git-1.6.0.4/configure.ac 2008-11-18 15:30:45.000000000 -0500 +@@ -373,7 +373,8 @@ + if (snprintf(buf, 3, "%s", "12345") != 5 + || strcmp(buf, "12")) return 1]])], + [ac_cv_snprintf_returns_bogus=no], +- [ac_cv_snprintf_returns_bogus=yes]) ++ [ac_cv_snprintf_returns_bogus=yes], ++ [ac_cv_snprintf_returns_bogus=no]) + ]) + if test $ac_cv_snprintf_returns_bogus = yes; then + SNPRINTF_RETURNS_BOGUS=UnfortunatelyYes -- cgit v1.2.3