openal-soft .pc file compiling is broken i need help please

Braden McDaniel braden at endoframe.com
Thu Apr 1 21:01:37 UTC 2010


On 4/1/10 2:17 PM, LinuxDonald wrote:
> I found today that the .pc file compiling is broken in openal-soft.
> 
> When i compile openal-soft i become this .pc file:
> 
> prefix=/usr
> exec_prefix=${prefix}
> libdir=${exec_prefix}//usr/lib64
> includedir=${prefix}/include
> 
> Name: OpenAL
> Description: OpenAL is a cross-platform 3D audio API
> Requires:
> Version: 1.12.854
> Libs: -L${libdir} -lopenal
> Cflags: -I${includedir}
> 
> 
> Can anyone please help me to fix it? Upstream need this patch too.
> I have the CMakeLists.txt added to this mail.

It looks like this line in CMakeLists.txt:

> SET(libdir "\${exec_prefix}/${LIB_INSTALL_DIR}")

should be

> SET(libdir "${LIB_INSTALL_DIR}")

-- 
Braden McDaniel <braden at endoframe.com>


More information about the devel mailing list