From 87f2d52ac49f8e54d25a6bfcada2747381dcda3c Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 15 Jul 2024 09:13:36 +0000 Subject: automatic import of vsftpd --- 0072-support-clang-build.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 0072-support-clang-build.patch (limited to '0072-support-clang-build.patch') diff --git a/0072-support-clang-build.patch b/0072-support-clang-build.patch new file mode 100644 index 0000000..701c52f --- /dev/null +++ b/0072-support-clang-build.patch @@ -0,0 +1,23 @@ +From 82e326f7edba4ea35bf4d5488664947e36de5de7 Mon Sep 17 00:00:00 2001 +From: luofeng +Date: Mon, 11 Mar 2024 11:12:24 +0800 +Subject: [PATCH] support clang build + +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile b/Makefile +index 0f7411c..3f736e2 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,5 +1,5 @@ + # Makefile for systems with GNU tools +-CC = gcc ++CC ?= gcc + INSTALL = install + IFLAGS = -idirafter dummyinc + #CFLAGS = -g +-- +2.19.1 + -- cgit v1.2.3