vlc/vlc-3.0 | branch: master | Steve Lhomme <[email protected]> | Fri Jun 7 09:19:29 2019 +0200| [22f943dc38afc5996767f4fa8d4ebdf8a1d0f933] | committer: Steve Lhomme
tools: allow forcing some packages to be needed via the environment For example when CLang is used with PDB support it needs the patches found in this libtool package. (cherry picked from commit 0872e7c1b5669d0557c1816106c2c0b16ca132cd) Signed-off-by: Steve Lhomme <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=22f943dc38afc5996767f4fa8d4ebdf8a1d0f933 --- extras/tools/bootstrap | 1 - 1 file changed, 1 deletion(-) diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap index e10f4e68aa..b11c9d85ea 100755 --- a/extras/tools/bootstrap +++ b/extras/tools/bootstrap @@ -16,7 +16,6 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. export LC_ALL= -NEEDED= FOUND= check_version() { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
