[vlc-devel] [vlc-commits] npapi: sensible prefix

Rafaël Carré funman at videolan.org
Tue Mar 4 12:05:42 CET 2014


On 03/01/14 14:28, Rémi Denis-Courmont wrote:
> vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Mar  1 15:23:18 2014 +0200| [4ec3dd7b1787a94f0172f7671ae808c057f8d32f] | committer: Rémi Denis-Courmont
> 
> npapi: sensible prefix
> 
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4ec3dd7b1787a94f0172f7671ae808c057f8d32f
> ---
> 
>  extras/package/npapi.am |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/extras/package/npapi.am b/extras/package/npapi.am
> index 1812950..f610087 100644
> --- a/extras/package/npapi.am
> +++ b/extras/package/npapi.am
> @@ -30,7 +30,7 @@ npapi-vlc/configure: stamp-npapi
>  npapi-vlc/Makefile: npapi-vlc/configure
>  	cd npapi-vlc && \
>  	$(SHELL) ./configure \
> -		--prefix=/ \
> +		--prefix=$(prefix) \
>  		--host=$(host_alias) --build=$(build_alias) \
>  		CPP="$(CPP)" CPPFLAGS="$(CPPFLAGS)" \
>  		CC="$(CC)" CFLAGS="$(CFLAGS)" \

This purposeless commit breaks win32 packaging.

Rejected.



More information about the vlc-devel mailing list