projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd9afb8
)
Revert "ustream-ssl: Fix recursive dependency"
author
Felix Fietkau
<
[email protected]
>
Mon, 4 Jul 2016 10:59:03 +0000
(12:59 +0200)
committer
Felix Fietkau
<
[email protected]
>
Mon, 4 Jul 2016 14:47:56 +0000
(16:47 +0200)
This reverts commit
abf0768131db659c6819de9e7149624dd044c345
.
The description is wrong, there is no recursive dependency here. The
conditions were added intentionally to avoid bogus build dependencies.
Signed-off-by: Felix Fietkau <
[email protected]
>
package/libs/ustream-ssl/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/ustream-ssl/Makefile
b/package/libs/ustream-ssl/Makefile
index fd74981d00421b7629400c5d76f6ee8bfebd2db5..214851592a68102e4d13071c513b4cc4c9811e82 100644
(file)
--- a/
package/libs/ustream-ssl/Makefile
+++ b/
package/libs/ustream-ssl/Makefile
@@
-32,14
+32,14
@@
endef
define Package/libustream-openssl
$(Package/libustream/default)
TITLE += (openssl)
- DEPENDS += +libopenssl
+ DEPENDS += +
PACKAGE_libustream-openssl:
libopenssl
VARIANT:=openssl
endef
define Package/libustream-cyassl
$(Package/libustream/default)
TITLE += (cyassl)
- DEPENDS += +libcyassl
+ DEPENDS += +
PACKAGE_libustream-cyassl:
libcyassl
VARIANT:=cyassl
endef