Re: [Mesa-dev] [PATCH] Fix symlinking of libraries in /lib on non-Linux systems

2013-06-26 Thread Jean-Sébastien Pédron
On 26.06.2013 15:10, Jonathan Gray wrote: > This misses a few places see > http://marc.info/?l=mesa3d-dev&m=137179411405480&w=2 > > namely > > src/gbm/Makefile.am > src/mapi/es1api/Makefile.am > src/mapi/es2api/Makefile.am > src/mapi/vgapi/Makefile.am I attached a new patch, fixing the Makefile.

Re: [Mesa-dev] [PATCH] Fix symlinking of libraries in /lib on non-Linux systems

2013-06-26 Thread Jonathan Gray
On Wed, Jun 26, 2013 at 02:39:40PM +0200, Jean-Sébastien Pédron wrote: > On 26.06.2013 14:37, Jean-Sébastien Pédron wrote: > > Makefiles were explicitly looking for a libraries suffixed with the full > > libtool versioning, such as "libglapi.so.0.0.0". However, on some > > systems (at least FreeBSD

[Mesa-dev] [PATCH] Fix symlinking of libraries in /lib on non-Linux systems

2013-06-26 Thread Jean-Sébastien Pédron
Hello, Makefiles were explicitly looking for a libraries suffixed with the full libtool versioning, such as "libglapi.so.0.0.0". However, on some systems (at least FreeBSD and OpenBSD), libtool only uses a shorter name, such as "libglapi.so.0". Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?