mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 06:04:31 +04:00
lyncx: fix wrongful include of 'bsd/stdlib.h' is some environments
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=lynx
|
PKG_NAME:=lynx
|
||||||
PKG_VERSION:=2.9.0
|
PKG_VERSION:=2.9.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
PKG_MAINTAINER:=Leonid Esman <leonid.esman@gmail.com>
|
PKG_MAINTAINER:=Leonid Esman <leonid.esman@gmail.com>
|
||||||
@@ -56,7 +56,9 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-idna \
|
--disable-idna \
|
||||||
--without-bzlib
|
--without-bzlib
|
||||||
|
|
||||||
CONFIGURE_VARS += cf_cv_ncurses_header="ncursesw/curses.h" \
|
CONFIGURE_VARS += \
|
||||||
|
ac_cv_lib_bsd_arc4random=no \
|
||||||
|
cf_cv_ncurses_header="ncursesw/curses.h" \
|
||||||
ac_cv_path_NCURSES_CONFIG=""
|
ac_cv_path_NCURSES_CONFIG=""
|
||||||
|
|
||||||
define Package/lynx/install
|
define Package/lynx/install
|
||||||
|
|||||||
Reference in New Issue
Block a user