From: nbd Date: Sun, 19 Oct 2014 16:19:07 +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=08c45f71602da73af285eda12e33a71128af396b;p=openwrt.git openssl: add ABI_VERSION to fix package rebuild issues (fixes #18169) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42963 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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