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
5fc0ccda
Commit
5fc0ccda
authored
Jul 23, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: gcrypt: disable tests
parent
1f9b2e88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
contrib/src/gcrypt/notests.patch
contrib/src/gcrypt/notests.patch
+11
-0
contrib/src/gcrypt/rules.mak
contrib/src/gcrypt/rules.mak
+2
-1
No files found.
contrib/src/gcrypt/notests.patch
0 → 100644
View file @
5fc0ccda
--- libgcrypt/Makefile.am.orig 2012-07-23 16:41:58.927873202 +0200
+++ libgcrypt/Makefile.am 2012-07-23 16:42:05.723873200 +0200
@@ -23,7 +23,7 @@
--enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia
DIST_SUBDIRS = m4 compat mpi cipher random src doc tests
-SUBDIRS = compat mpi cipher random src doc tests
+SUBDIRS = compat mpi cipher random src doc
EXTRA_DIST = autogen.sh README.SVN
DISTCLEANFILES =
contrib/src/gcrypt/rules.mak
View file @
5fc0ccda
...
...
@@ -11,6 +11,7 @@ $(TARBALLS)/libgcrypt-$(GCRYPT_VERSION).tar.bz2:
libgcrypt
:
libgcrypt-$(GCRYPT_VERSION).tar.bz2 .sum-gcrypt
$(UNPACK)
$(APPLY)
$(SRC)
/gcrypt/notests.patch
$(MOVE)
DEPS_gcrypt
=
gpg-error
...
...
@@ -27,7 +28,7 @@ CONFIGURE_OPTS += --disable-asm --disable-aesni-support
endif
endif
.gcrypt
:
libgcrypt
#
$(RECONF)
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--enable-ciphers
=
aes,des,rfc2268,arcfour
--enable-digests
=
sha1,md5,rmd160,sha512
--enable-pubkey-ciphers
=
dsa,rsa,ecc
$(CONFIGURE_OPTS)
cd
$<
&&
$(MAKE)
install
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