diff mbox

[1/2] nut: disable hal

Message ID 1392326275-25992-1-git-send-email-romain.naour@openwide.fr
State Accepted
Headers show

Commit Message

Romain Naour Feb. 13, 2014, 9:17 p.m. UTC
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/nut/nut.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Yann E. MORIN Feb. 13, 2014, 9:38 p.m. UTC | #1
Romain, All,

On 2014-02-13 22:17 +0100, Romain Naour spake thusly:
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
> ---
>  package/nut/nut.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/nut/nut.mk b/package/nut/nut.mk
> index 04b2b41..47367e1 100644
> --- a/package/nut/nut.mk
> +++ b/package/nut/nut.mk
> @@ -85,4 +85,6 @@ else
>  NUT_CONF_OPT += --without-ssl
>  endif
>  
> +NUT_CONF_OPT += --without-hal 

I don't care much where this ends up, but we already have a NUT_CONF_OPT
at the top of the file, so maybe it;d be better to move it there.

Regards,
Yann E. MORIN.
Peter Korsgaard Feb. 13, 2014, 10:16 p.m. UTC | #2
>>>>> "Romain" == Romain Naour <romain.naour@openwide.fr> writes:

 > Signed-off-by: Romain Naour <romain.naour@openwide.fr>
 > ---
 >  package/nut/nut.mk | 2 ++
 >  1 file changed, 2 insertions(+)

 > diff --git a/package/nut/nut.mk b/package/nut/nut.mk
 > index 04b2b41..47367e1 100644
 > --- a/package/nut/nut.mk
 > +++ b/package/nut/nut.mk
 > @@ -85,4 +85,6 @@ else
 >  NUT_CONF_OPT += --without-ssl
 >  endif
 
 > +NUT_CONF_OPT += --without-hal 

Committed with the line moved to the top of the file as suggested by
Yann, thanks.
Romain Naour Feb. 13, 2014, 10:26 p.m. UTC | #3
Hi Yann, Peter, All,

Le 13/02/2014 22:38, Yann E. MORIN a écrit :
> Romain, All,
>
> On 2014-02-13 22:17 +0100, Romain Naour spake thusly:
>> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
>> ---
>>   package/nut/nut.mk | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git a/package/nut/nut.mk b/package/nut/nut.mk
>> index 04b2b41..47367e1 100644
>> --- a/package/nut/nut.mk
>> +++ b/package/nut/nut.mk
>> @@ -85,4 +85,6 @@ else
>>   NUT_CONF_OPT += --without-ssl
>>   endif
>>   
>> +NUT_CONF_OPT += --without-hal
> I don't care much where this ends up, but we already have a NUT_CONF_OPT
> at the top of the file, so maybe it;d be better to move it there.
>
> Regards,
> Yann E. MORIN.
>
I was preparing the v2 patch.
Thanks Peter :)

Romain
diff mbox

Patch

diff --git a/package/nut/nut.mk b/package/nut/nut.mk
index 04b2b41..47367e1 100644
--- a/package/nut/nut.mk
+++ b/package/nut/nut.mk
@@ -85,4 +85,6 @@  else
 NUT_CONF_OPT += --without-ssl
 endif
 
+NUT_CONF_OPT += --without-hal 
+
 $(eval $(autotools-package))