mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
nmap: update to 7.97
This commit is contained in:
parent
4e388aa73a
commit
71439a8d2e
@ -2,12 +2,12 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="nmap"
|
||||
PKG_VERSION="7.95"
|
||||
PKG_SHA256="e14ab530e47b5afd88f1c8a2bac7f89cd8fe6b478e22d255c5b9bddb7a1c5778"
|
||||
PKG_VERSION="7.97"
|
||||
PKG_SHA256="af98f27925c670c257dd96a9ddf2724e06cb79b2fd1e0d08c9206316be1645c0"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://nmap.org/"
|
||||
PKG_URL="https://nmap.org/dist/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||
PKG_DEPENDS_TARGET="toolchain openssl"
|
||||
PKG_DEPENDS_TARGET="toolchain openssl dbus libnl"
|
||||
PKG_LONGDESC="Free Security Scanned for Network."
|
||||
PKG_BUILD_FLAGS="-sysroot"
|
||||
|
||||
@ -28,4 +28,5 @@ pre_configure_target() {
|
||||
rm -rf .${TARGET_NAME}
|
||||
|
||||
export CPPFLAGS="${CPPFLAGS} -Iliblua"
|
||||
export LIBS="${LIBS} -ldbus-1 -lnl-3 -lnl-genl-3"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user