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

Steve Lhomme git at videolan.org
Thu Jun 18 13:10:17 CEST 2020


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | 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 <robux4 at ycbcr.xyz>

> 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() {



More information about the vlc-commits mailing list