fix make problem on ARM

This commit is contained in:
lxsang 2016-11-23 23:33:49 +01:00
parent fc6d64cf7f
commit 73775ba1b2

View File

@ -41,7 +41,7 @@ httpd:$(SERVER)
cp antd $(BUILDIRD)
%.o: %.c
$(CC) $(CFLAGS) -c $< -o $@
$(CC) -fPIC $(CFLAGS) -c $< -o $@
plugins: $(PLUGINS)
%.$(EXT): $(PLUGINSDEP)