[vlc-commits] tools: allow forcing some packages to be needed via the environment

Steve Lhomme git at videolan.org
Fri Jun 14 16:25:06 CEST 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Jun  7 09:19:29 2019 +0200| [0872e7c1b5669d0557c1816106c2c0b16ca132cd] | 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.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0872e7c1b5669d0557c1816106c2c0b16ca132cd
---

 extras/tools/bootstrap | 1 -
 1 file changed, 1 deletion(-)

diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 1c837a8910..2d5298bb0a 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() {



More information about the vlc-commits mailing list