038d7d685f
lft 3.91 / WhoB 3.91 ---------------------- - Fixed bugs.debian.org/cgi-bin/bugreport.cgi?bug=922430 - Updated date lft 3.9 / WhoB 3.9 ---------------------- - Fixed a bug that could indicate a target was closed when it was open - Improved support for DLT_NULL interfaces on BSD-like operating systems - Improved deprecated pcap device enumeration method - Improved GraphViz output format appearance Update indentation in hash file (two spaces) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
20 lines
559 B
Makefile
20 lines
559 B
Makefile
################################################################################
|
|
#
|
|
# lft
|
|
#
|
|
################################################################################
|
|
|
|
LFT_VERSION = 3.91
|
|
LFT_SITE = http://pwhois.org/get
|
|
LFT_DEPENDENCIES = libpcap
|
|
LFT_LICENSE = VOSTROM Public License for Open Source
|
|
LFT_LICENSE_FILES = COPYING
|
|
LFT_CONF_OPTS = --with-pcap=$(STAGING_DIR)/usr
|
|
LFT_MAKE_ENV = STRIP=true
|
|
|
|
ifeq ($(BR2_STATIC_LIBS),y)
|
|
LFT_CONF_OPTS += LIBS="`$(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs`"
|
|
endif
|
|
|
|
$(eval $(autotools-package))
|