summaryrefslogtreecommitdiffhomepage
path: root/contrib/uhttpd/patches/002-link-order.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-09-02 09:41:35 +0200
committerJo-Philipp Wich <jow@openwrt.org>2015-09-02 09:41:35 +0200
commitac65bb291a4bb248118b70ad0e19c20e4b8e996a (patch)
treee06dc876ac376ba88a710792b58e4ea66b6cc542 /contrib/uhttpd/patches/002-link-order.patch
parent62b203d0ea5bb0367c99bd4978edfe86908e427c (diff)
contrib: remove obsolete uhttpd packaging
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'contrib/uhttpd/patches/002-link-order.patch')
-rw-r--r--contrib/uhttpd/patches/002-link-order.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/uhttpd/patches/002-link-order.patch b/contrib/uhttpd/patches/002-link-order.patch
deleted file mode 100644
index 8bdd3353e1..0000000000
--- 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