[vlc-devel] [PATCH] minor contrib bootstrap fix
Jan David Mol
jjdmol at gmail.com
Fri Jun 8 16:08:43 CEST 2007
Hi,
In extras/contrib/bootstrap, the presence of wget (and curl and svn)
is detected using $PATH. However, config.mak defines a different
(fixed) $PATH for the building process which may not include wget.
Result: building the contribs fails when it needs to run wget if its
not in a default location, such as /sw/bin.
The small attached patch puts the full path of the detected wget (and
curl and svn) in config.mak by using `which wget`.
Jan David
-------------- next part --------------
A non-text attachment was scrubbed...
Name: contrib-bootstrap.patch
Type: application/octet-stream
Size: 922 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20070608/6ecab396/attachment.obj>
-------------- next part --------------
More information about the vlc-devel
mailing list