Em 23-12-2013 19:03, Pierre Labastie escreveu:
> Le 23/12/2013 22:05, Fernando de Oliveira a écrit :
>> Em 23-12-2013 14:27, Igor Živković escreveu:
>>> On 12/23/2013 05:20 PM, Fernando de Oliveira wrote:
>>>> Em 23-12-2013 12:14, i...@higgs.linuxfromscratch.org escreveu:
>>>>> Author: igor
>>>>> Date: Mon Dec 23 07:14:25 2013
>>>>> New Revision: 12437
>>>>>
>>>>> Log:
>>>>> remove pcre from wireshark dependencies
>>>>
>>>> Did you remove because it is required by other dependencies? Please,
>>>> tell which one. I am asking it because I need to improve (a lot) my
>>>> knowledge about dependencies.
>>>
>>> I couldn't find in the source code where it's used directly. It might be 
>>> used via GLib though.
>>>
>>
>> Thanks, Igor,
>>
>> I also could not find pcre at the beginning, but then I did:
>>
>> {{{
>> $ find -iname \*pcre\*
>> ./epan/ftypes/ftype-pcre.c
>> $ grep -ri pcre
>> ...
>> }}}
>>
>> After that, I thought I should leave it as optional. So I was wrong,
>> doing that, you think?
>>
> pcre is a required dep of GLib, which is a required dep of wireshark. I think
> that's the reason why Igor removed it.
> 

Thanks, Pierre,

pcre is recommended, not required by glib, so, you can have glib without
pcre, but still could have pcre (optionally) for wireshark?

That was my reasoning.




-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to