Browse Source

openssl: add ABI_VERSION to fix package rebuild issues (fixes #18169)

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 42963
Felix Fietkau 11 years ago
parent
commit
0a7bd0c8b9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/libs/openssl/Makefile

+ 1 - 0
package/libs/openssl/Makefile

@@ -51,6 +51,7 @@ $(call Package/openssl/Default)
   CATEGORY:=Libraries
   DEPENDS:=+zlib
   TITLE+= (libraries)
+  ABI_VERSION:=$(PKG_VERSION)
   MENU:=1
 endef