From 73775ba1b233f20c84351c79039f1f9d786424b1 Mon Sep 17 00:00:00 2001 From: lxsang Date: Wed, 23 Nov 2016 23:33:49 +0100 Subject: [PATCH] fix make problem on ARM --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f961036..076ab96 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ httpd:$(SERVER) cp antd $(BUILDIRD) %.o: %.c - $(CC) $(CFLAGS) -c $< -o $@ + $(CC) -fPIC $(CFLAGS) -c $< -o $@ plugins: $(PLUGINS) %.$(EXT): $(PLUGINSDEP)