Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
Steve Lhomme
VLC
Commits
d1fdad23
Commit
d1fdad23
authored
Dec 28, 2017
by
Jean-Baptiste Kempf
Committed by
Jean-Baptiste Kempf
Dec 28, 2017
5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: fix gcrypt git init for reconf
parent
01bdfb07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
contrib/src/gcrypt/rules.mak
contrib/src/gcrypt/rules.mak
+2
-1
No files found.
contrib/src/gcrypt/rules.mak
View file @
d1fdad23
...
...
@@ -69,7 +69,8 @@ endif
.gcrypt
:
gcrypt
# Reconfiguring this requires a git repo to be available, to
# successfully produce a nonempty mym4_revision_dec.
git init
&&
git commit
--allow-empty
-m
"dummy commit"
git init
&&
git config
--local
user.email
"cone@example.com"
&&
git config
--local
user.name
"Cony Cone"
&&
\
git commit
--allow-empty
-m
"dummy commit"
$(RECONF)
cd
$<
&&
$(HOSTVARS)
CFLAGS
=
"
$(CFLAGS)
$(GCRYPT_EXTRA_CFLAGS)
"
./configure
$(HOSTCONF)
$(GCRYPT_CONF)
cd
$<
&&
$(MAKE)
install
...
...
Jean-Baptiste Kempf
@jbk
mentioned in commit
7b11bba0
·
Mar 06, 2020
mentioned in commit
7b11bba0
mentioned in commit 7b11bba0cbee04f977b6b65a0f87658314f498c1
Toggle commit list
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