diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-26 10:58:52 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-26 10:58:52 +0000 |
commit | 4ac1d379b671a6b96eee72207ae009b43293f460 (patch) | |
tree | ccfd977e1a0870a3e480b2e0213ae355878a1010 /package/utils | |
parent | 438c19fc32b7d1e9b2cb76c77c3d9dddac753e27 (diff) | |
download | upstream-4ac1d379b671a6b96eee72207ae009b43293f460.tar.gz upstream-4ac1d379b671a6b96eee72207ae009b43293f460.tar.bz2 upstream-4ac1d379b671a6b96eee72207ae009b43293f460.zip |
lua: fix eglibc reference
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45013 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils')
-rw-r--r-- | package/utils/lua/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/lua/Makefile b/package/utils/lua/Makefile index e40188ed9e..72d56316b4 100644 --- a/package/utils/lua/Makefile +++ b/package/utils/lua/Makefile @@ -93,7 +93,7 @@ endef TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC) -std=gnu99 -ifneq ($(CONFIG_USE_EGLIBC),) +ifneq ($(CONFIG_USE_GLIBC),) ifeq ($(CONFIG_EGLIBC_OPTION_EGLIBC_UTMP),) TARGET_CFLAGS += -DNO_GETLOGIN endif |