[DVDnav-discuss] Fwd: [PATCH] destdir handling fix

Nico Sabbi Nicola.Sabbi at poste.it
Mon Apr 7 23:07:37 CEST 2008


Il Monday 07 April 2008 23:01:16 hai scritto:
> 
> ---------- Messaggio inoltrato ----------
> From: Dominik 'Rathann' Mierzejewski <dominik at greysector.net>
> To: dvdnav-discuss at mplayerhq.hu
> Date: Mon, 7 Apr 2008 00:59:12 +0200
> Subject: [DVDnav-discuss] [PATCH] destdir handling fix
> Hi!
> 
> The attached patch needs to be applied. Otherwise if you use
> make DESTDIR=/some/path
> the specified path ends up in pkgconfig file, which is wrong.
> DESTDIR should only ever be used upon installing the files.
> 
> After it's applied, I'd like to propose making a new (4.1.2?) release.
> I'll prepare the tarball and write a news entry for MPlayer page if you
> like.
> 
> Regards,
> R.
> 

it doesn't seem to work because of 

+DESTDIR =

in configure2. If I remove it all is fine, otherwise
[nico at xp libdvdnav]$ make install
install -d /usr/local/lib
install -s -m 755 obj/libdvdnav.so \
                /usr/local/lib/libdvdnav.so.4.1.1
install: impossibile rimuovere `/usr/local/lib/libdvdnav.so.4.1.1': Permission denied
make: *** [install-shared] Error 1

regardless if I set DESTDIR before or after running ./configure2



More information about the DVDnav-discuss mailing list