projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d28ebac
)
libssh2: Add package description
author
Vasilis Tsiligiannis
<acinonyx@openwrt.gr>
Tue, 7 Feb 2012 15:20:03 +0000
(15:20 +0000)
committer
Vasilis Tsiligiannis
<acinonyx@openwrt.gr>
Tue, 7 Feb 2012 15:20:03 +0000
(15:20 +0000)
SVN-Revision: 30358
libs/libssh2/Makefile
patch
|
blob
|
history
diff --git
a/libs/libssh2/Makefile
b/libs/libssh2/Makefile
index 028e8716486eb43451462f1dadfc9eb7a66ac2bc..84a6c848b28a2508beb4b922360e1c4cd9e740fe 100644
(file)
--- a/
libs/libssh2/Makefile
+++ b/
libs/libssh2/Makefile
@@
-26,7
+26,12
@@
define Package/libssh2
DEPENDS:=+libopenssl +zlib
endef
+define Package/libssh2/description
+ libssh2 is a client-side C library implementing the SSH2 protocol
+endef
+
TARGET_CFLAGS += $(FPIC)
+
CONFIGURE_ARGS += --with-libssl-prefix=$(STAGING_DIR)/usr
define Build/InstallDev