Browse Source

ocserv: force rebuild when config changes

Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill 10 years ago
parent
commit
06a201079e
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      net/ocserv/Makefile

+ 4
- 0
net/ocserv/Makefile View File

@@ -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