Browse Source

luaposix: suppress docs compilation errors

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
lilik-openwrt-22.03
Alexander Ryzhov 9 years ago
parent
commit
8974291c60
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/luaposix/Makefile

+ 1
- 1
lang/luaposix/Makefile 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)


Loading…
Cancel
Save