Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
5e1c1945
Commit
5e1c1945
authored
Aug 21, 2014
by
Rafaël Carré
Browse files
contrib: libgcrypt 1.6.2
parent
fafb5347
Changes
3
Hide whitespace changes
Inline
Side-by-side
contrib/src/gcrypt/SHA512SUMS
View file @
5e1c1945
8
3d502cf998736a5920df7324b7ff658041c34b2cfddccd8b96744ff940c0c84fe91fe7bfe03a69b10b9697a6f04f3007134bbc3c288b0fed78b60fc6ff15bc
2 libgcrypt-1.6.
1
.tar.bz2
8
6003bb61c1fd37d0e54f9b1f48a9d89adb5f623818f67392f19d0de9b28ccb911a728238f8a8d23b875afb3bf7698bbea4da7b3b3a10e049311b9b45fabe47
2 libgcrypt-1.6.
2
.tar.bz2
contrib/src/gcrypt/gcrypt-fix-x86_64-codepath-on-Darwin.patch
deleted
100644 → 0
View file @
fafb5347
From 3149e9b73a94b45a5126cc778fe03f0b686dced9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Sat, 22 Mar 2014 19:55:52 +0100
Subject: [PATCH] Fix code path selection for x86_64 on Darwin
---
mpi/config.links | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/mpi/config.links b/mpi/config.links
index 0217d35..4f35ea2 100644
--- a/mpi/config.links
+++ b/mpi/config.links
@@ -127,6 +127,12 @@
case "${host}" in
path="i586 i386"
mpi_cpu_arch="x86"
;;
+ x86_64-apple-darwin*)
+ echo '#define BSD_SYNTAX' >>./mpi/asm-syntax.h
+ cat $srcdir/mpi/i386/syntax.h >>./mpi/asm-syntax.h
+ path="amd64"
+ mpi_cpu_arch="x86"
+ ;;
x86_64-*-*)
echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
cat $srcdir/mpi/i386/syntax.h >>./mpi/asm-syntax.h
--
1.8.5.2 (Apple Git-48)
contrib/src/gcrypt/rules.mak
View file @
5e1c1945
# GCRYPT
GCRYPT_VERSION
:=
1.6.
1
GCRYPT_VERSION
:=
1.6.
2
GCRYPT_URL
:=
ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-
$(GCRYPT_VERSION)
.tar.bz2
PKGS
+=
gcrypt
...
...
@@ -11,7 +11,6 @@ $(TARBALLS)/libgcrypt-$(GCRYPT_VERSION).tar.bz2:
libgcrypt
:
libgcrypt-$(GCRYPT_VERSION).tar.bz2 .sum-gcrypt
$(UNPACK)
$(APPLY)
$(SRC)
/gcrypt/gcrypt-fix-x86_64-codepath-on-Darwin.patch
$(APPLY)
$(SRC)
/gcrypt/fix-amd64-assembly-on-solaris.patch
$(APPLY)
$(SRC)
/gcrypt/0001-Fix-assembly-division-check.patch
$(MOVE)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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