diff options
author | Nicolas Thill <nico@openwrt.org> | 2014-10-25 09:31:55 +0200 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2014-10-25 09:40:56 +0200 |
commit | 06a201079e898baebf39ccf491d72243f3e4fd7c (patch) | |
tree | cbd176542f142cd0598f7903583e6061f4f490c0 | |
parent | 0d93cb8973b8909074ee67b436d44fe08b0879a9 (diff) |
ocserv: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
-rw-r--r-- | net/ocserv/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile index 9a5bf2e46..6126a3a34 100644 --- a/net/ocserv/Makefile +++ b/net/ocserv/Makefile @@ -20,6 +20,10 @@ PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=autoreconf +PKG_CONFIG_DEPENDS:= \ + CONFIG_OCSERV_PAM \ + CONFIG_OCSERV_PROTOBUF \ + include $(INCLUDE_DIR)/package.mk define Package/ocserv/config |