mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
dropbear: rebuild libs on config change
Required as dependency on dropbear config headers is not tracked in dropbear build system Fixes FS#2275 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
parent
df60a0852c
commit
289d532ddd
@ -128,6 +128,10 @@ define Build/Configure
|
||||
|
||||
# Enforce rebuild of svr-chansession.c
|
||||
rm -f $(PKG_BUILD_DIR)/svr-chansession.o
|
||||
|
||||
# Rebuild them on config change
|
||||
+$(MAKE) -C $(PKG_BUILD_DIR)/libtomcrypt clean
|
||||
+$(MAKE) -C $(PKG_BUILD_DIR)/libtommath clean
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
|
Loading…
Reference in New Issue
Block a user