Ver código fonte

ocserv: force rebuild when config changes

Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill 10 anos atrás
pai
commit
06a201079e
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      net/ocserv/Makefile

+ 4
- 0
net/ocserv/Makefile Ver arquivo

@@ -20,6 +20,10 @@ PKG_LICENSE:=GPLv2
20 20
 PKG_LICENSE_FILES:=COPYING
21 21
 PKG_FIXUP:=autoreconf
22 22
 
23
+PKG_CONFIG_DEPENDS:= \
24
+	CONFIG_OCSERV_PAM \
25
+	CONFIG_OCSERV_PROTOBUF \
26
+
23 27
 include $(INCLUDE_DIR)/package.mk
24 28
 
25 29
 define Package/ocserv/config