[PATCH 2/3] hs20-server: Fix compile error.

Ben Greear greearb
Tue May 26 13:49:18 PDT 2015


Possibly this is something special to my environment...I had to add this
when I recently rebased against upstream, but if upstream builds fine,
then I guess you can just ignore this patch...

Thanks,
Ben


On 05/26/2015 01:47 PM, greearb at candelatech.com wrote:
> From: Ben Greear <greearb at candelatech.com>
> 
> Needed to add a new -I path to get it to compile.
> 
> Signed-off-by: Ben Greear <greearb at candelatech.com>
> ---
>  hs20/server/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/hs20/server/Makefile b/hs20/server/Makefile
> index 587633b..248ed5c 100644
> --- a/hs20/server/Makefile
> +++ b/hs20/server/Makefile
> @@ -12,6 +12,7 @@ ifndef CFLAGS
>  CFLAGS = -MMD -O2 -Wall -g
>  endif
>  
> +CFLAGS += -I../../src
>  CFLAGS += -I../../src/utils
>  CFLAGS += -I../../src/crypto
>  
> 


-- 
Ben Greear <greearb at candelatech.com>
Candela Technologies Inc  http://www.candelatech.com




More information about the Hostap mailing list