projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aca0690
)
ustream-ssl: remove dependency conditional part to avoid build breakage when no varia...
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 22 Jan 2013 14:52:52 +0000
(14:52 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 22 Jan 2013 14:52:52 +0000
(14:52 +0000)
SVN-Revision: 35294
package/libs/ustream-ssl/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/ustream-ssl/Makefile
b/package/libs/ustream-ssl/Makefile
index 9fef5e7f1999cd1911c6e039ca91a75a4b542ed3..28b9a99e79dfe892ab827c3754de04dd38887e55 100644
(file)
--- a/
package/libs/ustream-ssl/Makefile
+++ b/
package/libs/ustream-ssl/Makefile
@@
-31,14
+31,14
@@
endef
define Package/libustream-openssl
$(Package/libustream/default)
TITLE += (openssl)
- DEPENDS += +
PACKAGE_libustream-openssl:
libopenssl
+ DEPENDS += +libopenssl
VARIANT:=openssl
endef
define Package/libustream-cyassl
$(Package/libustream/default)
TITLE += (cyassl)
- DEPENDS += +
PACKAGE_libustream-cyassl:
libcyassl
+ DEPENDS += +libcyassl
VARIANT:=cyassl
endef