diff options
Diffstat (limited to 'www/zerowait-httpd/files/patch-src_httpd_Makefile')
-rw-r--r-- | www/zerowait-httpd/files/patch-src_httpd_Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/zerowait-httpd/files/patch-src_httpd_Makefile b/www/zerowait-httpd/files/patch-src_httpd_Makefile index 16641c9e3f14..134147c948cb 100644 --- a/www/zerowait-httpd/files/patch-src_httpd_Makefile +++ b/www/zerowait-httpd/files/patch-src_httpd_Makefile @@ -1,15 +1,16 @@ ---- src/httpd/Makefile.orig Wed Jun 22 13:16:28 2005 -+++ src/httpd/Makefile Wed Jun 22 13:16:44 2005 -@@ -14,10 +14,10 @@ +--- src/httpd/Makefile.orig Sat Sep 16 08:17:17 2006 ++++ src/httpd/Makefile Tue Dec 5 15:10:18 2006 +@@ -18,11 +18,11 @@ $(CC) $(LDFLAGS) $(OBJS) $(COMMON) built.o -o $@ convert-ranges: $(COMMON) Makefile ../Rules.make convert-ranges.c - $(CC) $(CFLAGS) $(LDFLAGS) $@.c $(COMMON) -o $@ + $(CC) $(CFLAGS) -I.. $(LDFLAGS) $@.c $(COMMON) -o $@ + chmod +s $@ convert-geoip: $(COMMON) Makefile ../Rules.make convert-geoip.c - $(CC) $(CFLAGS) $(LDFLAGS) $@.c $(COMMON) -o $@ + $(CC) $(CFLAGS) -I.. $(LDFLAGS) $@.c $(COMMON) -o $@ + chmod +s $@ $(COMMON): - cd ../common &&$(MAKE) |