summaryrefslogtreecommitdiff
path: root/package/civetweb/civetweb.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/civetweb/civetweb.mk')
-rw-r--r--package/civetweb/civetweb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/civetweb/civetweb.mk b/package/civetweb/civetweb.mk
index eee5cbf05..496eef85d 100644
--- a/package/civetweb/civetweb.mk
+++ b/package/civetweb/civetweb.mk
@@ -15,7 +15,7 @@ CIVETWEB_LIBS = -lpthread -lm
CIVETWEB_SYSCONFDIR = /etc
CIVETWEB_HTMLDIR = /var/www
-ifeq ($(BR2_CIVETWEB_WITH_LUA),y)
+ifeq ($(BR2_PACKAGE_CIVETWEB_WITH_LUA),y)
CIVETWEB_CONF_OPTS += WITH_LUA=1
CIVETWEB_LIBS += -ldl
endif