vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Thu Dec 28 12:09:51 2017 +0100| [61bd0aff7099f57927a03243fd99d8ef1621efc8] | committer: Martin Storsjö
contribs: gcrypt: Only turn gcrypt into a git repository (cherry picked from commit 09084b506f65952e11716c6965ad9c252dbd9eca) Signed-off-by: Martin Storsjö <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=61bd0aff7099f57927a03243fd99d8ef1621efc8 --- contrib/src/gcrypt/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/gcrypt/rules.mak b/contrib/src/gcrypt/rules.mak index aa9fbf0a4c..cca7f62784 100644 --- a/contrib/src/gcrypt/rules.mak +++ b/contrib/src/gcrypt/rules.mak @@ -76,7 +76,7 @@ endif .gcrypt: gcrypt # Reconfiguring this requires a git repo to be available, to # successfully produce a nonempty mym4_revision_dec. - git init && git config --local user.email "[email protected]" && git config --local user.name "Cony Cone" && \ + cd $< && git init && git config --local user.email "[email protected]" && 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) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
