projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
663ddf8
)
openssl: add ABI_VERSION to fix package rebuild issues (fixes #18169)
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 19 Oct 2014 16:19:07 +0000
(16:19 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 19 Oct 2014 16:19:07 +0000
(16:19 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42963
package/libs/openssl/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/openssl/Makefile
b/package/libs/openssl/Makefile
index 0c42362c6e9bbc39a5d42eaea363f56660521ec9..8ffd7f5fedaf81de0e1e6b95dca89381823925ba 100644
(file)
--- 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