[vlc-commits] Contribs: run autoreconf on gpg-error
Jean-Baptiste Kempf
git at videolan.org
Tue May 5 17:13:04 CEST 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 5 17:12:29 2015 +0200| [af2fb08455a443cc428dc744e2f7de511e1c3c2c] | committer: Jean-Baptiste Kempf
Contribs: run autoreconf on gpg-error
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=af2fb08455a443cc428dc744e2f7de511e1c3c2c
---
contrib/src/gpg-error/rules.mak | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/src/gpg-error/rules.mak b/contrib/src/gpg-error/rules.mak
index 4a4c642..2fa9f72 100644
--- a/contrib/src/gpg-error/rules.mak
+++ b/contrib/src/gpg-error/rules.mak
@@ -21,6 +21,7 @@ ifdef HAVE_IOS
endif
.gpg-error: libgpg-error
+ $(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-nls --disable-shared --disable-languages
cd $< && $(MAKE) install
touch $@
More information about the vlc-commits
mailing list