branches/luci-0.8: remove bitrot
[project/luci.git] / contrib / axtls / patches / 002-httpd-fix.patch
1 diff -urb axTLS.orig/httpd/Makefile axTLS/httpd/Makefile
2 --- axTLS.orig/httpd/Makefile 2008-11-09 00:58:44.000000000 +0000
3 +++ axTLS/httpd/Makefile 2008-11-09 01:29:55.000000000 +0000
4 @@ -95,7 +95,7 @@
5 ifndef CONFIG_PLATFORM_WIN32
6
7 $(TARGET): $(OBJ) $(AXTLS_HOME)/$(STAGE)/libaxtls.a
8 - $(LD) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
9 + $(CC) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
10 ifdef CONFIG_STRIP_UNWANTED_SECTIONS
11 strip --remove-section=.comment $(TARGET)
12 endif