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

LinuxDonald linuxdonald at linuxdonald.de
Sun Apr 4 15:18:32 UTC 2010


Am 01.04.2010 23:01, schrieb Braden McDaniel:
> 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}")
>>      
>    
Yeah that fixed:
libdir=/usr/lib64

But what about that:
exec_prefix=${prefix}
includedir=${prefix}/include
?
That are broken to in the .pc file :(


More information about the devel mailing list