From 71232f89de45af0d02875e606d4028d766302e52 Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Tue, 7 Feb 2012 15:20:03 +0000 Subject: [PATCH] libssh2: Add package description SVN-Revision: 30358 --- libs/libssh2/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libs/libssh2/Makefile b/libs/libssh2/Makefile index 028e87164..84a6c848b 100644 --- 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 -- 2.30.2