Browse Source

ocserv: explicitly disable libnl to prevent it from being linked

Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth 10 years ago
parent
commit
2bcd36b0d6
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      net/ocserv/Makefile

+ 2
- 1
net/ocserv/Makefile View File

9
 
9
 
10
 PKG_NAME:=ocserv
10
 PKG_NAME:=ocserv
11
 PKG_VERSION:=0.8.0
11
 PKG_VERSION:=0.8.0
12
-PKG_RELEASE:=2
12
+PKG_RELEASE:=3
13
 
13
 
14
 PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
14
 PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
15
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
51
 CONFIGURE_ARGS+= \
51
 CONFIGURE_ARGS+= \
52
 	--enable-local-libopts \
52
 	--enable-local-libopts \
53
 	--with-libreadline-prefix="$(STAGING_DIR)/" \
53
 	--with-libreadline-prefix="$(STAGING_DIR)/" \
54
+	--without-libnl \
54
 
55
 
55
 ifneq ($(CONFIG_OCSERV_PAM),y)
56
 ifneq ($(CONFIG_OCSERV_PAM),y)
56
 CONFIGURE_ARGS += --without-pam
57
 CONFIGURE_ARGS += --without-pam