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
bead358b
Commit
bead358b
authored
Mar 02, 2012
by
某因幡
Committed by
Rafaël Carré
Mar 06, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
android: build gnutls
Signed-off-by:
Rafaël Carré
<
funman@videolan.org
>
parent
ecd92c1d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
22 deletions
+18
-22
contrib/src/gnutls/no-create-time-h.patch
contrib/src/gnutls/no-create-time-h.patch
+11
-0
contrib/src/gnutls/no-gl.patch
contrib/src/gnutls/no-gl.patch
+0
-20
contrib/src/gnutls/rules.mak
contrib/src/gnutls/rules.mak
+7
-2
No files found.
contrib/src/gnutls/no-create-time-h.patch
0 → 100644
View file @
bead358b
--- gnutls/lib/gl/Makefile.am 2011-04-07 17:30:44.000000000 -0700
+++ gnutls/lib/gl/Makefile.am 2012-03-02 19:51:53.576555217 -0800
@@ -891,7 +891,7 @@
EXTRA_DIST += sys_stat.in.h
## begin gnulib module time
-BUILT_SOURCES += time.h
+#BUILT_SOURCES += time.h
# We need the following in order to create <time.h> when the system
# doesn't have one that works with the given compiler.
contrib/src/gnutls/no-gl.patch
deleted
100644 → 0
View file @
ecd92c1d
--- gnutls/lib/Makefile.am.orig 2011-12-25 23:15:45.170377002 -0500
+++ gnutls/lib/Makefile.am 2011-12-25 23:15:54.094377001 -0500
@@ -23,7 +23,7 @@
ACLOCAL_AMFLAGS = -I m4 -I gl/m4
-SUBDIRS = gl po includes x509
+SUBDIRS = po includes x509
if ENABLE_MINITASN1
SUBDIRS += minitasn1
endif
@@ -120,7 +120,7 @@
libgnutls_la_LDFLAGS = -no-undefined \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-libgnutls_la_LIBADD = gl/liblgnu.la x509/libgnutls_x509.la \
+libgnutls_la_LIBADD = x509/libgnutls_x509.la \
$(LTLIBZ) $(LTLIBINTL) $(LIBSOCKET) $(LTLIBDL) \
$(LTLIBPTHREAD)
contrib/src/gnutls/rules.mak
View file @
bead358b
...
@@ -19,7 +19,7 @@ ifdef HAVE_WIN32
...
@@ -19,7 +19,7 @@ ifdef HAVE_WIN32
$(APPLY)
$(SRC)
/gnutls/gnutls-win32.patch
$(APPLY)
$(SRC)
/gnutls/gnutls-win32.patch
endif
endif
ifdef
HAVE_ANDROID
ifdef
HAVE_ANDROID
$(APPLY)
$(SRC)
/gnutls/no-
gl
.patch
$(APPLY)
$(SRC)
/gnutls/no-
create-time-h
.patch
endif
endif
$(APPLY)
$(SRC)
/gnutls/gnutls-no-egd.patch
$(APPLY)
$(SRC)
/gnutls/gnutls-no-egd.patch
$(APPLY)
$(SRC)
/gnutls/read-file-limits.h.patch
$(APPLY)
$(SRC)
/gnutls/read-file-limits.h.patch
...
@@ -46,6 +46,9 @@ endif
...
@@ -46,6 +46,9 @@ endif
ifdef
HAVE_MACOSX
ifdef
HAVE_MACOSX
USE_GCRYPT
=
1
USE_GCRYPT
=
1
endif
endif
ifdef
HAVE_ANDROID
USE_GCRYPT
=
1
endif
ifeq
(1,$(USE_GCRYPT))
ifeq
(1,$(USE_GCRYPT))
GNUTLS_CONF
+=
--with-libgcrypt
GNUTLS_CONF
+=
--with-libgcrypt
...
@@ -57,7 +60,9 @@ endif
...
@@ -57,7 +60,9 @@ endif
.gnutls
:
gnutls
.gnutls
:
gnutls
ifdef
HAVE_ANDROID
ifdef
HAVE_ANDROID
$(RECONF)
$(RECONF)
endif
cd
$<
&&
$(HOSTVARS)
gl_cv_header_working_stdint_h
=
yes
./configure
$(GNUTLS_CONF)
else
cd
$<
&&
$(HOSTVARS)
./configure
$(GNUTLS_CONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(GNUTLS_CONF)
endif
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