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
911ea5f2
Commit
911ea5f2
authored
Dec 07, 2014
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib/gcrypt: disable doc compilation
parent
81f12767
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
0 deletions
+44
-0
contrib/src/gcrypt/disable-doc-compilation.patch
contrib/src/gcrypt/disable-doc-compilation.patch
+43
-0
contrib/src/gcrypt/rules.mak
contrib/src/gcrypt/rules.mak
+1
-0
No files found.
contrib/src/gcrypt/disable-doc-compilation.patch
0 → 100644
View file @
911ea5f2
diff -ru libgcrypt/Makefile.am libgcrypt/Makefile.am
--- libgcrypt/Makefile.am 2014-08-18 08:46:51.000000000 +0200
+++ libgcrypt/Makefile.am 2014-12-07 19:54:02.000000000 +0100
@@ -25,11 +25,11 @@
# (A suitable gitlog-to-changelog script can be found in GnuPG master.)
GITLOG_TO_CHANGELOG=gitlog-to-changelog
-DIST_SUBDIRS = m4 compat mpi cipher random src doc tests
-SUBDIRS = compat mpi cipher random src doc tests
+DIST_SUBDIRS = m4 compat mpi cipher random src tests
+SUBDIRS = compat mpi cipher random src tests
EXTRA_DIST = autogen.sh autogen.rc README.GIT LICENSES \
- ChangeLog-2011 build-aux/ChangeLog-2011 doc/ChangeLog-2011 \
+ ChangeLog-2011 build-aux/ChangeLog-2011 \
m4/ChangeLog-2011 cipher/ChangeLog-2011 src/ChangeLog-2011 \
random/ChangeLog-2011 tests/ChangeLog-2011 mpi/ChangeLog-2011 \
build-aux/git-log-footer build-aux/git-log-fix
Only in libgcrypt: Makefile.am.orig
Only in libgcrypt: Makefile.am.rej
diff -ru libgcrypt-raw/configure.ac libgcrypt/configure.ac
--- libgcrypt-raw/configure.ac 2014-12-07 19:51:54.000000000 +0100
+++ libgcrypt/configure.ac 2014-12-07 19:52:48.000000000 +0100
@@ -2043,7 +2043,6 @@
mpi/Makefile
cipher/Makefile
random/Makefile
-doc/Makefile
src/Makefile
src/gcrypt.h
src/libgcrypt-config
diff -ru libgcrypt-raw/configure.ac.orig libgcrypt/configure.ac.orig
--- libgcrypt-raw/configure.ac.orig 2014-12-07 19:51:54.000000000 +0100
+++ libgcrypt/configure.ac.orig 2014-12-07 19:52:37.000000000 +0100
@@ -1219,7 +1219,7 @@
AC_COMPILE_IFELSE([AC_LANG_SOURCE(
[[__asm__("xorl \$(123456789/12345678), %ebp;\n\t");]])],
[gcry_cv_gcc_as_const_division_with_wadivide_ok=yes])])
- if test "$gcry_cv_gcc_as_const_division_ok_with_wadivide_ok" = "no" ; then
+ if test "$gcry_cv_gcc_as_const_division_with_wadivide_ok" = "no" ; then
# '-Wa,--divide' did not work, restore old flags.
CPPFLAGS="$_gcc_cppflags_save"
fi
contrib/src/gcrypt/rules.mak
View file @
911ea5f2
...
@@ -13,6 +13,7 @@ libgcrypt: libgcrypt-$(GCRYPT_VERSION).tar.bz2 .sum-gcrypt
...
@@ -13,6 +13,7 @@ libgcrypt: libgcrypt-$(GCRYPT_VERSION).tar.bz2 .sum-gcrypt
$(UNPACK)
$(UNPACK)
$(APPLY)
$(SRC)
/gcrypt/fix-amd64-assembly-on-solaris.patch
$(APPLY)
$(SRC)
/gcrypt/fix-amd64-assembly-on-solaris.patch
$(APPLY)
$(SRC)
/gcrypt/0001-Fix-assembly-division-check.patch
$(APPLY)
$(SRC)
/gcrypt/0001-Fix-assembly-division-check.patch
$(APPLY)
$(SRC)
/gcrypt/disable-doc-compilation.patch
$(APPLY)
$(SRC)
/gcrypt/disable-tests-compilation.patch
$(APPLY)
$(SRC)
/gcrypt/disable-tests-compilation.patch
$(MOVE)
$(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