projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78bf288
)
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42963
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/libs/openssl/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/openssl/Makefile
b/package/libs/openssl/Makefile
index
0c42362
..
8ffd7f5
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