[package] update apache to 2.2.13, drop httpd.conf file and patch it directly in...
[openwrt/svn-archive/archive.git] / net / apache / patches / 001-Makefile_in.patch
1 --- a/server/Makefile.in
2 +++ b/server/Makefile.in
3 @@ -26,7 +26,10 @@ gen_test_char: $(gen_test_char_OBJECTS)
4 $(LINK) $(EXTRA_LDFLAGS) $(gen_test_char_OBJECTS) $(EXTRA_LIBS)
5
6 test_char.h: gen_test_char
7 - ./gen_test_char > test_char.h
8 + true
9 +# ./gen_test_char > test_char.h
10 +# doesn't matter if you run it on the buildhost or on an wl500gd,
11 +# same output on both, so i just patched in the test_char.h :).
12
13 util.lo: test_char.h
14