Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
4049e233
Commit
4049e233
authored
Jan 24, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: add libssh2
parent
e3b809c1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
0 deletions
+40
-0
contrib/src/ssh2/SHA512SUMS
contrib/src/ssh2/SHA512SUMS
+1
-0
contrib/src/ssh2/no-tests.patch
contrib/src/ssh2/no-tests.patch
+10
-0
contrib/src/ssh2/rules.mak
contrib/src/ssh2/rules.mak
+29
-0
No files found.
contrib/src/ssh2/SHA512SUMS
0 → 100644
View file @
4049e233
707e0634b74fcf0f5ae4e46d9807907db7cd09328d553a67c49e9e11d852ae85843a7dcbe3f002e639eb2704e53e865c640c8fe85dcada330d0160708e8b5177 libssh2-1.4.3.tar.gz
contrib/src/ssh2/no-tests.patch
0 → 100644
View file @
4049e233
--- libssh2-1.4.3/Makefile.am.orig 2014-01-24 18:42:51.602763926 +0100
+++ libssh2-1.4.3/Makefile.am 2014-01-24 18:42:58.522873002 +0100
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign nostdinc
-SUBDIRS = src tests docs
+SUBDIRS = src docs
if BUILD_EXAMPLES
SUBDIRS += example
endif
contrib/src/ssh2/rules.mak
0 → 100644
View file @
4049e233
# ssh2
LIBSSH2_VERSION
:=
1.4.3
LIBSSH2_URL
:=
http://www.libssh2.org/download/libssh2-
$(LIBSSH2_VERSION)
.tar.gz
ifdef
BUILD_NETWORK
PKGS
+=
ssh2
endif
ifeq
($(call need_pkg,"libssh2"),)
PKGS_FOUND
+=
ssh2
endif
$(TARBALLS)/libssh2-$(LIBSSH2_VERSION).tar.gz
:
$(
call
download,
$(LIBSSH2_URL)
)
.sum-ssh2
:
libssh2-$(LIBSSH2_VERSION).tar.gz
ssh2
:
libssh2-$(LIBSSH2_VERSION).tar.gz .sum-ssh2
$(UNPACK)
$(APPLY)
$(SRC)
/ssh2/no-tests.patch
$(MOVE)
DEPS_ssh2
=
gcrypt
$(DEPS_gcrypt)
.ssh2
:
ssh2
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--disable-examples-build
cd
$<
&&
$(MAKE)
install
touch
$@
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment