openssl: add ABI_VERSION to fix package rebuild issues (fixes #18169)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42963
This commit is contained in:
parent
663ddf8f17
commit
0a7bd0c8b9
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ $(call Package/openssl/Default)
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+zlib
|
DEPENDS:=+zlib
|
||||||
TITLE+= (libraries)
|
TITLE+= (libraries)
|
||||||
|
ABI_VERSION:=$(PKG_VERSION)
|
||||||
MENU:=1
|
MENU:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue