You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
487 B
18 lines
487 B
3 years ago
|
################################################################################
|
||
|
#
|
||
|
# libnl
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
LIBNL_VERSION = 3.5.0
|
||
|
LIBNL_DIR = libnl-$(LIBNL_VERSION)
|
||
|
LIBNL_SOURCE = libnl-$(LIBNL_VERSION).tar.gz
|
||
|
LIBNL_SITE = https://github.com/thom311/libnl/releases/download/libnl$(subst .,_,$(LIBNL_VERSION))
|
||
|
|
||
|
LIBNL_CONF_OPTS = \
|
||
|
--disable-cli \
|
||
|
--disable-unit-tests
|
||
|
|
||
|
libnl: | $(TARGET_DIR)
|
||
|
$(call autotools-package)
|