Harry Lu wrote:
> Yuntong,
>
> Will all the changes go into gnome-2-26 branch, too? I suggest you to
> do that since we should follow the ARC.
>
Yes, all go into gnome-2-26 branch too.
> Thanks,
> Harry
>
> On Thu, 2009-06-11 at 10:46 +0800, yuntong.jin wrote:
>
>> Takao Fujiwara ??:
>>
>>> Resending the correct alias..
>>>
>>> It seems you change the header path but keep the lib path.
>>> I attached the additional patch for the reference.
>>> You may need to change SUNWgnome-terminal which depends on SUNWncurses.
>>>
>>> Thanks,
>>> fujiwara
>>>
>>> On 06/04/09 18:24, yuntong.jin wrote:
>>>
>>>> Hi, All,
>>>>
>>>> Please review the attached patch which fixes bug 9267 :ncurses headers
>>>> should be putted in /usr/include/ncurses
>>>> bug 9267 :SUNWncurses delivers ncurses library in 32bit only
>>>> bug 9168 :remove static libraries delivered by SUNWncurses
>>>>
>>>> bug 9267 fixed don't break spec-files-other/core/SUNWdialog.spec and
>>>> SUNWlynx
>>>>
>>>> Any comments are welcome.
>>>>
>>>> Thanks
>>>> Simon
>>>>
>>>>
>> Thanks for all correcting and patch.
>> I changed headers path and keep lib&bin path base on ARC (LSARC/2008/524) .
>>
>> SUNWgnome-terminal.spec.diff
>> Index: SUNWgnome-terminal.spec
>> ===================================================================
>> --- SUNWgnome-terminal.spec (revision 18489)
>> +++ SUNWgnome-terminal.spec (working copy)
>> @@ -84,8 +84,8 @@
>> ln -s ../vte-%{vte.version}/src vte
>>
>> %build
>> -export CFLAGS="%optflags"
>> -export RPM_OPT_FLAGS="$CFLAGS -I/usr/gnu/include"
>> +export CFLAGS="-I/usr/include/ncurses %optflags"
>> +export RPM_OPT_FLAGS="$CFLAGS -I/usr/include/ncurses"
>> export LDFLAGS="%_ldflags -L/usr/gnu/lib -R/usr/gnu/lib"
>> %vte.build -d %name-%version
>>
>>
>> Regards
>> -Simon
>>
>> plain text document attachment (SUNWgnome-terminal.spec.diff)
>> Index: SUNWgnome-terminal.spec
>> ===================================================================
>> --- SUNWgnome-terminal.spec (revision 18489)
>> +++ SUNWgnome-terminal.spec (working copy)
>> @@ -84,8 +84,8 @@
>> ln -s ../vte-%{vte.version}/src vte
>>
>> %build
>> -export CFLAGS="%optflags"
>> -export RPM_OPT_FLAGS="$CFLAGS -I/usr/gnu/include"
>> +export CFLAGS="-I/usr/include/ncurses %optflags"
>> +export RPM_OPT_FLAGS="$CFLAGS -I/usr/include/ncurses"
>> export LDFLAGS="%_ldflags -L/usr/gnu/lib -R/usr/gnu/lib"
>> %vte.build -d %name-%version
>>
>>