瀏覽代碼

openconnect: force rebuild when config changes

Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill 10 年之前
父節點
當前提交
a31ad62a7b
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. 5
    0
      net/openconnect/Makefile

+ 5
- 0
net/openconnect/Makefile 查看文件

@@ -15,6 +15,11 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=ftp://ftp.infradead.org/pub/openconnect/
16 16
 PKG_MD5SUM:=7e28e23c6e281be31446e6c365f5d273
17 17
 
18
+PKG_CONFIG_DEPENDS:= \
19
+	CONFIG_OPENCONNECT_GNUTLS \
20
+	CONFIG_OPENCONNECT_OPENSSL \
21
+
22
+
18 23
 include $(INCLUDE_DIR)/package.mk
19 24
 
20 25
 define Package/openconnect/config