diff options
Diffstat (limited to 'recipes/apache2/apache2-2.2.3/server-makefile-patch')
-rw-r--r-- | recipes/apache2/apache2-2.2.3/server-makefile-patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/apache2/apache2-2.2.3/server-makefile-patch b/recipes/apache2/apache2-2.2.3/server-makefile-patch new file mode 100644 index 0000000000..f1349cb6a4 --- /dev/null +++ b/recipes/apache2/apache2-2.2.3/server-makefile-patch @@ -0,0 +1,11 @@ +--- http-2.0.54/server/Makefile.in-old 2005-12-20 13:26:56.000000000 -0500 ++++ http-2.0.54/server/Makefile.in 2005-12-20 13:27:22.000000000 -0500 +@@ -27,7 +27,7 @@ + $(LINK) $(EXTRA_LDFLAGS) $(gen_test_char_OBJECTS) $(EXTRA_LIBS) + + test_char.h: gen_test_char +- ./gen_test_char > test_char.h ++ gen_test_char > test_char.h + + util.lo: test_char.h + |