From: Steven Barth Date: Fri, 13 Jun 2014 08:06:34 +0000 (+0200) Subject: ocserv: explicitly disable libnl to prevent it from being linked X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2bcd36b0d68fbf99305de908fd52a32efa76ca80;p=openwrt-packages.git ocserv: explicitly disable libnl to prevent it from being linked Signed-off-by: Steven Barth --- diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile index 2b2e668aa..5b43a16d3 100644 --- a/net/ocserv/Makefile +++ b/net/ocserv/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ocserv PKG_VERSION:=0.8.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz @@ -51,6 +51,7 @@ EXTRA_LDFLAGS+=-lncurses CONFIGURE_ARGS+= \ --enable-local-libopts \ --with-libreadline-prefix="$(STAGING_DIR)/" \ + --without-libnl \ ifneq ($(CONFIG_OCSERV_PAM),y) CONFIGURE_ARGS += --without-pam