packages/net/apache/patches/001-Makefile_in.patch
florian 9d038fb0d6 [package] update apache to 2.2.13, drop httpd.conf file and patch it directly in the sources (#5858)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17645 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-20 13:13:05 +00:00

15 lines
435 B
Diff

--- a/server/Makefile.in
+++ b/server/Makefile.in
@@ -26,7 +26,10 @@ gen_test_char: $(gen_test_char_OBJECTS)
$(LINK) $(EXTRA_LDFLAGS) $(gen_test_char_OBJECTS) $(EXTRA_LIBS)
test_char.h: gen_test_char
- ./gen_test_char > test_char.h
+ true
+# ./gen_test_char > test_char.h
+# doesn't matter if you run it on the buildhost or on an wl500gd,
+# same output on both, so i just patched in the test_char.h :).
util.lo: test_char.h