X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=contrib%2Fuhttpd%2Fpatches%2F002-link-order.patch;fp=contrib%2Fuhttpd%2Fpatches%2F002-link-order.patch;h=0000000000000000000000000000000000000000;hp=8bdd3353e1e245a4f29a5839bd41cdbffe80b022;hb=ac65bb291a4bb248118b70ad0e19c20e4b8e996a;hpb=62b203d0ea5bb0367c99bd4978edfe86908e427c diff --git a/contrib/uhttpd/patches/002-link-order.patch b/contrib/uhttpd/patches/002-link-order.patch deleted file mode 100644 index 8bdd3353e..000000000 --- a/contrib/uhttpd/patches/002-link-order.patch +++ /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