[Buildroot] [PATCH 1/2] libnfs: Without native RPC use libtirpc

Maxime Hadjinlian maxime.hadjinlian at gmail.com
Sun Apr 26 16:13:33 UTC 2015


Hi Baruch

On Sun, Apr 26, 2015 at 2:59 PM, Baruch Siach <baruch at tkos.co.il> wrote:
> Hi Maxime,
>
> On Sun, Apr 26, 2015 at 02:54:30PM +0200, Maxime Hadjinlian wrote:
>> As it's done with nfs-utils, use libtirpc when no native rpc support
>> exists in the toolchain.
>>
>> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian at gmail.com>
>> ---
>>  package/libnfs/Config.in | 5 +----
>>  package/libnfs/libnfs.mk | 4 ++++
>>  2 files changed, 5 insertions(+), 4 deletions(-)
>>
>> diff --git a/package/libnfs/Config.in b/package/libnfs/Config.in
>> index 6642fe4..e9b939f 100644
>> --- a/package/libnfs/Config.in
>> +++ b/package/libnfs/Config.in
>> @@ -1,10 +1,7 @@
>>  config BR2_PACKAGE_LIBNFS
>>       bool "libnfs"
>> -     depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
>> +     select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
>
> What about libtirpc dependencies?
There's only host-pkgconf, I don't think I have to add it to the
dependency of libnfs, do I ?
>
> baruch
>
> --
>      http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
> =}------------------------------------------------ooO--U--Ooo------------{=
>    - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -


More information about the buildroot mailing list