projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c5d4a3
)
package/openssl: fix spurious spaces
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Fri, 10 Sep 2021 21:05:32 +0000
(23:05 +0200)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Sat, 11 Sep 2021 08:22:19 +0000
(10:22 +0200)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/openssl/Config.in
patch
|
blob
|
history
diff --git
a/package/openssl/Config.in
b/package/openssl/Config.in
index f69e85978fd3bda251b339c1bb8943dfc7bfc521..f79bac28fae5fb60249da7ac208c5150d6d5c1e2 100644
(file)
--- a/
package/openssl/Config.in
+++ b/
package/openssl/Config.in
@@
-55,8
+55,8
@@
config BR2_PACKAGE_HAS_OPENSSL
config BR2_PACKAGE_PROVIDES_OPENSSL
string
- default "libopenssl"
if BR2_PACKAGE_LIBOPENSSL
- default "libressl"
if BR2_PACKAGE_LIBRESSL
+ default "libopenssl" if BR2_PACKAGE_LIBOPENSSL
+ default "libressl" if BR2_PACKAGE_LIBRESSL
endif