Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
9781c400
Commit
9781c400
authored
Jul 06, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: fix gcrypt->gpg-error dependency
parent
fb024c2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
contrib/src/gcrypt/rules.mak
contrib/src/gcrypt/rules.mak
+3
-1
contrib/src/gpg-error/rules.mak
contrib/src/gpg-error/rules.mak
+0
-2
No files found.
contrib/src/gcrypt/rules.mak
View file @
9781c400
...
@@ -14,7 +14,9 @@ libgcrypt: libgcrypt-$(GCRYPT_VERSION).tar.bz2 .sum-gcrypt
...
@@ -14,7 +14,9 @@ libgcrypt: libgcrypt-$(GCRYPT_VERSION).tar.bz2 .sum-gcrypt
$(APPLY)
$(SRC)
/gcrypt/gcrypt-nodocs.patch
$(APPLY)
$(SRC)
/gcrypt/gcrypt-nodocs.patch
$(MOVE)
$(MOVE)
.gcrypt
:
libgcrypt .gpg-error
DEPS_gcrypt
=
gpg-error
.gcrypt
:
libgcrypt
#
$(RECONF)
#
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--enable-ciphers
=
aes,des,rfc2268,arcfour
--enable-digests
=
sha1,md5,rmd160
--enable-pubkey-ciphers
=
dsa
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--enable-ciphers
=
aes,des,rfc2268,arcfour
--enable-digests
=
sha1,md5,rmd160
--enable-pubkey-ciphers
=
dsa
cd
$<
&&
$(MAKE)
install
cd
$<
&&
$(MAKE)
install
...
...
contrib/src/gpg-error/rules.mak
View file @
9781c400
...
@@ -2,8 +2,6 @@
...
@@ -2,8 +2,6 @@
GPGERROR_VERSION
:=
1.7
GPGERROR_VERSION
:=
1.7
GPGERROR_URL
:=
ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-
$(GPGERROR_VERSION)
.tar.bz2
GPGERROR_URL
:=
ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-
$(GPGERROR_VERSION)
.tar.bz2
PKGS
+=
gpg-error
$(TARBALLS)/libgpg-error-$(GPGERROR_VERSION).tar.bz2
:
$(TARBALLS)/libgpg-error-$(GPGERROR_VERSION).tar.bz2
:
$(
call
download,
$(GPGERROR_URL)
)
$(
call
download,
$(GPGERROR_URL)
)
...
...
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