Przeglądaj źródła

ocserv: force rebuild when config changes

Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill 10 lat temu
rodzic
commit
06a201079e
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4
    0
      net/ocserv/Makefile

+ 4
- 0
net/ocserv/Makefile Wyświetl plik

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