1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 11:31:51 +00:00

NGX_HAVE_GCC_ATOMIC really needed

This commit is contained in:
Ycarus 2018-06-26 13:34:26 +02:00
parent 3a08cc3074
commit 5f882b75ae

View file

@ -247,7 +247,7 @@ define Package/nginx-mod-luci-ssl/description
Support file for LuCI in nginx (include custom nginx configuration, autostart script for uwsgi, redirect from http to https)
endef
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
define Build/Configure