summaryrefslogtreecommitdiffhomepage
path: root/contrib/uhttpd/patches/002-link-order.patch
blob: 8bdd3353e1e245a4f29a5839bd41cdbffe80b022 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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