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
0d70f5f4
Commit
0d70f5f4
authored
Feb 24, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: fix ssh2 .pc file with zlib
parent
9a6b8414
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
contrib/src/ssh2/configure-zlib.patch
contrib/src/ssh2/configure-zlib.patch
+10
-0
contrib/src/ssh2/rules.mak
contrib/src/ssh2/rules.mak
+1
-0
No files found.
contrib/src/ssh2/configure-zlib.patch
0 → 100644
View file @
0d70f5f4
--- ssh2/configure.ac 2015-02-24 10:09:30.662277334 +0100
+++ ssh2/configure.ac.new 2015-02-24 10:08:57.658394756 +0100
@@ -133,6 +133,7 @@
AC_MSG_NOTICE([Try --with-libz-prefix=PATH if you know you have it])
else
AC_DEFINE(LIBSSH2_HAVE_ZLIB, 1, [Compile in zlib support])
+ LIBS="$LIBS -lz"
fi
fi
contrib/src/ssh2/rules.mak
View file @
0d70f5f4
...
@@ -18,6 +18,7 @@ $(TARBALLS)/libssh2-$(LIBSSH2_VERSION).tar.gz:
...
@@ -18,6 +18,7 @@ $(TARBALLS)/libssh2-$(LIBSSH2_VERSION).tar.gz:
ssh2
:
libssh2-$(LIBSSH2_VERSION).tar.gz .sum-ssh2
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
$(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