projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d9aa1
)
openssl: fix up PKG_DEPENDS. there are 2 missing CONFIG_ prefixe
author
John Crispin
<john@openwrt.org>
Tue, 18 Feb 2014 13:33:08 +0000
(13:33 +0000)
committer
John Crispin
<john@openwrt.org>
Tue, 18 Feb 2014 13:33:08 +0000
(13:33 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39607
package/libs/openssl/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/openssl/Makefile
b/package/libs/openssl/Makefile
index f2898371c892dbfb5963dbf764db49e77cfffc13..19863fbf58af54b1317db0ac6b6f852932984126 100644
(file)
--- a/
package/libs/openssl/Makefile
+++ b/
package/libs/openssl/Makefile
@@
-24,7
+24,7
@@
PKG_LICENSE:=SSLEAY OPENSSL
PKG_LICENSE_FILES:=LICENSE
PKG_BUILD_DEPENDS:=ocf-crypto-headers
PKG_CONFIG_DEPENDS:=CONFIG_OPENSSL_ENGINE_CRYPTO CONFIG_OPENSSL_ENGINE_DIGEST \
-
OPENSSL_WITH_EC
OPENSSL_WITH_EC2M
+
CONFIG_OPENSSL_WITH_EC CONFIG_
OPENSSL_WITH_EC2M
include $(INCLUDE_DIR)/package.mk