[Olsr-dev] [PATCH v2 2/2] httpinfo: make sure to link with libnmea on linux

Ferry Huberts (spam-protected)
Thu May 24 09:18:12 CEST 2012


disregard this patch please, I shouldn't do this at 0117h ;-)

I have a new patch, will send it shortly

On 24-05-12 01:17, Ferry Huberts wrote:
> From: Ferry Huberts<(spam-protected)>
>
> Signed-off-by: Ferry Huberts<(spam-protected)>
> ---
>
> This patch is new.
>
>   lib/httpinfo/Makefile |    4 ++++
>   1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/lib/httpinfo/Makefile b/lib/httpinfo/Makefile
> index 7e388d6..dab193a 100644
> --- a/lib/httpinfo/Makefile
> +++ b/lib/httpinfo/Makefile
> @@ -47,6 +47,10 @@ ifdef ADMIN_INTERFACE
>   CPPFLAGS +=	-DADMIN_INTERFACE
>   endif
>
> +ifeq ($(OS),linux)
> +LDFLAGS+=-L$(TOPDIR)/lib/pud/nmealib/lib -lnmea
> +endif
> +
>   OBJS += $(TOPDIR)/src/cfgparser/cfgfile_gen.o
>
>   default_target: $(PLUGIN_FULLNAME)

-- 
Ferry Huberts




More information about the Olsr-dev mailing list