From a8c6be62ff2e28b8ef0f3bf2beac60b115e02d10 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Wed, 25 Jul 2018 09:20:39 +0200 Subject: [PATCH] Fix Nginx for RPI --- nginx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Makefile b/nginx/Makefile index 28c3457a6..763e41222 100644 --- a/nginx/Makefile +++ b/nginx/Makefile @@ -324,7 +324,7 @@ endef Package/nginx-mod-luci-ssl/description = $(define Package/nginx-mod-luci/description) \ This also include redirect from http to https and cert autogeneration. -TARGET_CFLAGS += -fvisibility=hidden -ffunction-sections -fdata-sections -DNGX_LUA_NO_BY_LUA_BLOCK +TARGET_CFLAGS += -fvisibility=hidden -ffunction-sections -fdata-sections -DNGX_LUA_NO_BY_LUA_BLOCK -DNGX_HAVE_GCC_ATOMIC TARGET_LDFLAGS += -Wl,--gc-sections ifeq ($(CONFIG_NGINX_LUA),y)