[asterisk-dev] [svn-commits] qwell: branch 1.4 r616 - /branches/1.4/Makefile

Patrick asterisk-list at puzzled.xs4all.nl
Thu Aug 7 06:56:30 CDT 2008


SVN commits to the Digium repositories wrote:
> Author: qwell
> Date: Wed Aug  6 13:20:51 2008
> New Revision: 616
> 
> URL: http://svn.digium.com/view/libpri?view=rev&rev=616
> Log:
> Make install paths use libdir, like libss7
> 
> Modified:
>     branches/1.4/Makefile
> 
> Modified: branches/1.4/Makefile
> URL: http://svn.digium.com/view/libpri/branches/1.4/Makefile?view=diff&rev=616&r1=615&r2=616
> ==============================================================================
> --- branches/1.4/Makefile (original)
> +++ branches/1.4/Makefile Wed Aug  6 13:20:51 2008
> @@ -46,6 +46,7 @@
>  CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC $(ALERTING) $(LIBPRI_COUNTERS)
>  INSTALL_PREFIX=$(DESTDIR)
>  INSTALL_BASE=/usr
> +libdir?=$(INSTALL_BASE)/lib

On x86_64 this would stick the lib in /usr/lib instead of /usr/lib64 
which is afaik where it should be. Is the usage of /usr/lib even on 
x86_64 intentional?

Regards,
Patrick



More information about the asterisk-dev mailing list