Browse Source

Merge pull request #2159 from ryzhovau/luaposix_docs

luaposix: suppress docs compilation errors
lilik-openwrt-22.03
Ted Hess 9 years ago
parent
commit
bec07b8ce2
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