Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
525abdab
Commit
525abdab
authored
Nov 26, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: fix gnutls.pc on win32
parent
c1cdd915
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
contrib/src/gnutls/gnutls-win32.patch
contrib/src/gnutls/gnutls-win32.patch
+11
-0
contrib/src/gnutls/rules.mak
contrib/src/gnutls/rules.mak
+2
-0
No files found.
contrib/src/gnutls/gnutls-win32.patch
View file @
525abdab
...
...
@@ -18,3 +18,14 @@
libc_hidden_def (gai_strerror)
#endif
--- gnutls/lib/gnutls.pc.in.orig 2011-11-26 14:40:52.343740836 -0500
+++ gnutls/lib/gnutls.pc.in 2011-11-26 14:41:49.456024042 -0500
@@ -19,7 +19,7 @@
Description: Transport Security Layer implementation for the GNU system
URL: http://www.gnu.org/software/gnutls/
Version: @VERSION@
-Libs: -L${libdir} -lgnutls
+Libs: -L${libdir} -lgnutls -lws2_32 -lcrypt32 @LTLIBINTL@
Libs.private: @LTLIBGCRYPT@ @NETTLE_LIBS@
@GNUTLS_REQUIRES_PRIVATE@
Cflags: -I${includedir}
contrib/src/gnutls/rules.mak
View file @
525abdab
...
...
@@ -15,7 +15,9 @@ $(TARBALLS)/gnutls-$(GNUTLS_VERSION).tar.bz2:
gnutls
:
gnutls-$(GNUTLS_VERSION).tar.bz2 .sum-gnutls
$(UNPACK)
ifdef
HAVE_WIN32
$(APPLY)
$(SRC)
/gnutls/gnutls-win32.patch
endif
$(APPLY)
$(SRC)
/gnutls/gnutls-no-egd.patch
$(MOVE)
...
...
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