contrib: remove obsolete host uci configurations
[project/luci.git] / contrib / uhttpd / patches / 002-link-order.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -70,7 +70,7 @@ endif
4         $(CC) $(CFLAGS) -c -o $@ $<
5  
6  compile: $(OBJ) $(TLSLIB) $(LUALIB)
7 -       $(CC) -o uhttpd $(LDFLAGS) $(LIB) $(OBJ)
8 +       $(CC) -o uhttpd $(LDFLAGS) $(OBJ) $(LIB)
9  
10  clean:
11         rm -f *.o *.so uhttpd