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
5eb7edff
Commit
5eb7edff
authored
Feb 08, 2016
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
Feb 09, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gnutls: more generic way to force the available API entries
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
17595186
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
contrib/src/gnutls/rules.mak
contrib/src/gnutls/rules.mak
+7
-5
No files found.
contrib/src/gnutls/rules.mak
View file @
5eb7edff
...
@@ -51,15 +51,17 @@ GNUTLS_CONF := \
...
@@ -51,15 +51,17 @@ GNUTLS_CONF := \
--disable-tests
\
--disable-tests
\
$(HOSTCONF)
$(HOSTCONF)
GNUTLS_ENV
:=
$(HOSTVARS)
DEPS_gnutls
=
nettle
$(DEPS_nettle)
DEPS_gnutls
=
nettle
$(DEPS_nettle)
.gnutls
:
gnutls
$(RECONF)
ifdef
HAVE_ANDROID
ifdef
HAVE_ANDROID
cd
$<
&&
$(HOSTVARS)
gl_cv_header_working_stdint_h
=
yes
./configure
$(GNUTLS_CONF)
GNUTLS_ENV
+=
gl_cv_header_working_stdint_h
=
yes
else
cd
$<
&&
$(HOSTVARS)
./configure
$(GNUTLS_CONF)
endif
endif
.gnutls
:
gnutls
$(RECONF)
cd
$<
&&
$(GNUTLS_ENV)
./configure
$(GNUTLS_CONF)
cd
$<
/gl
&&
$(MAKE)
install
cd
$<
/gl
&&
$(MAKE)
install
cd
$<
/lib
&&
$(MAKE)
install
cd
$<
/lib
&&
$(MAKE)
install
touch
$@
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