From 0a7bd0c8b9cbc0177d489ee2cca35f1d9d9608c8 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 19 Oct 2014 16:19:07 +0000
Subject: [PATCH] openssl: add ABI_VERSION to fix package rebuild issues (fixes
 #18169)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 42963
---
 package/libs/openssl/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile
index 0c42362c6e..8ffd7f5fed 100644
--- a/package/libs/openssl/Makefile
+++ b/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
 
-- 
GitLab