Merge pull request #2159 from ryzhovau/luaposix_docs

luaposix: suppress docs compilation errors
This commit is contained in:
Ted Hess 2015-12-21 08:53:15 -05:00
commit bec07b8ce2

View file

@ -38,7 +38,7 @@ define Package/luaposix/description
to various low level libc functions.
endef
CONFIGURE_VARS += ac_cv_path_LDOC=""
CONFIGURE_VARS += ac_cv_path_LDOC="true"
TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC) -std=gnu99
ifeq ($(CONFIG_USE_MUSL),y)