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
|
# Enforce rebuild of svr-chansession.c
|
||||||
rm -f $(PKG_BUILD_DIR)/svr-chansession.o
|
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
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
Loading…
Reference in New Issue
Block a user