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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 :(
-- 
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/devel

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux