contrib: remove obsolete uhttpd packaging
[project/luci.git] / contrib / uhttpd / patches / 002-link-order.patch
diff --git a/contrib/uhttpd/patches/002-link-order.patch b/contrib/uhttpd/patches/002-link-order.patch
deleted file mode 100644 (file)
index 8bdd335..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -70,7 +70,7 @@ endif
-       $(CC) $(CFLAGS) -c -o $@ $<
- compile: $(OBJ) $(TLSLIB) $(LUALIB)
--      $(CC) -o uhttpd $(LDFLAGS) $(LIB) $(OBJ)
-+      $(CC) -o uhttpd $(LDFLAGS) $(OBJ) $(LIB)
- clean:
-       rm -f *.o *.so uhttpd