From: krant Date: Thu, 8 Feb 2024 13:46:01 +0000 (+0200) Subject: lyncx: fix wrongful include of 'bsd/stdlib.h' is some environments X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4dd0e03bdd7c8abaa41914d2e9dbb42bb6fd28be;p=openwrt-packages.git lyncx: fix wrongful include of 'bsd/stdlib.h' is some environments Signed-off-by: krant --- diff --git a/net/lynx/Makefile b/net/lynx/Makefile index e54854b89..8238c607b 100644 --- a/net/lynx/Makefile +++ b/net/lynx/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lynx PKG_VERSION:=2.9.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Leonid Esman @@ -56,8 +56,10 @@ CONFIGURE_ARGS += \ --disable-idna \ --without-bzlib -CONFIGURE_VARS += cf_cv_ncurses_header="ncursesw/curses.h" \ - ac_cv_path_NCURSES_CONFIG="" +CONFIGURE_VARS += \ + ac_cv_lib_bsd_arc4random=no \ + cf_cv_ncurses_header="ncursesw/curses.h" \ + ac_cv_path_NCURSES_CONFIG="" define Package/lynx/install $(INSTALL_DIR) $(1)/usr/bin