From: nbd Date: Sun, 19 Oct 2014 16:54:33 +0000 (+0000) Subject: openssl: add ABI_VERSION to fix package rebuild issues (fixes #18169) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=22808d019dc6d2afd8946036740ea3caf84e5f5b;p=14.07%2Fopenwrt.git openssl: add ABI_VERSION to fix package rebuild issues (fixes #18169) Signed-off-by: Felix Fietkau Backport of r42963 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42964 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 0c42362..8ffd7f5 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