Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
8e51ef15
Commit
8e51ef15
authored
Feb 24, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: ssh2, gcrypt needs gpg-error
parent
0d70f5f4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
contrib/src/ssh2/gpg-error-pc.patch
contrib/src/ssh2/gpg-error-pc.patch
+11
-0
contrib/src/ssh2/rules.mak
contrib/src/ssh2/rules.mak
+1
-0
No files found.
contrib/src/ssh2/gpg-error-pc.patch
0 → 100644
View file @
8e51ef15
--- ssh2/configure.ac 2015-02-24 10:15:45.581842131 +0100
+++ ssh2/configure.ac.new 2015-02-24 10:15:34.948332253 +0100
@@ -102,7 +102,7 @@
# Look for libgcrypt
if test "$ac_cv_libssl" != "yes" && test "$use_libgcrypt" != "no"; then
AC_LIB_HAVE_LINKFLAGS([gcrypt], [], [#include <gcrypt.h>])
- LIBS="$LIBS -lgcrypt"
+ LIBS="$LIBS -lgcrypt -lgpg-error"
fi
AC_SUBST(LIBSREQUIRED)
contrib/src/ssh2/rules.mak
View file @
8e51ef15
...
@@ -19,6 +19,7 @@ ssh2: libssh2-$(LIBSSH2_VERSION).tar.gz .sum-ssh2
...
@@ -19,6 +19,7 @@ ssh2: libssh2-$(LIBSSH2_VERSION).tar.gz .sum-ssh2
$(UNPACK)
$(UNPACK)
$(APPLY)
$(SRC)
/ssh2/no-tests.patch
$(APPLY)
$(SRC)
/ssh2/no-tests.patch
$(APPLY)
$(SRC)
/ssh2/configure-zlib.patch
$(APPLY)
$(SRC)
/ssh2/configure-zlib.patch
$(APPLY)
$(SRC)
/ssh2/gpg-error-pc.patch
$(MOVE)
$(MOVE)
DEPS_ssh2
=
gcrypt
$(DEPS_gcrypt)
DEPS_ssh2
=
gcrypt
$(DEPS_gcrypt)
...
...
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