Browse Source

luaposix: disable detection of ldoc

Signed-off-by: Nicolas Thill <nico@openwrt.org>
lilik-openwrt-22.03
Nicolas Thill 10 years ago
committed by Karl Palsson
parent
commit
048a311c7a
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      lang/luaposix/Makefile

+ 3
- 1
lang/luaposix/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luaposix PKG_NAME:=luaposix
PKG_VERSION:=v33.2.1 PKG_VERSION:=v33.2.1
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=release-$(PKG_VERSION).tar.gz PKG_SOURCE:=release-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/luaposix/luaposix/archive/ PKG_SOURCE_URL:=https://github.com/luaposix/luaposix/archive/
@ -38,6 +38,8 @@ define Package/luaposix/description
to various low level libc functions. to various low level libc functions.
endef endef
CONFIGURE_VARS += ac_cv_path_LDOC=""
TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC) -std=gnu99 TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC) -std=gnu99
ifneq ($(CONFIG_USE_EGLIBC),) ifneq ($(CONFIG_USE_EGLIBC),)


Loading…
Cancel
Save