On Fri, Oct 07, 2016 at 12:22:38AM +0300, Adrian Bunk wrote:
> Description: Don't force C99 in src/plugins/Makefile.am
>  This makes timespec available for gps.h
> Author: Adrian Bunk <b...@stusta.de>
> Bug-Debian: https://bugs.debian.org/837002
> 
> --- aweather-0.8.1.orig/src/plugins/Makefile.am
> +++ aweather-0.8.1/src/plugins/Makefile.am
> @@ -1,4 +1,4 @@
> -AM_CFLAGS   = -Wall --std=gnu99 $(GRITS_CFLAGS)
> +AM_CFLAGS   = -Wall $(GRITS_CFLAGS)
>  AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/lib
>  AM_LDFLAGS  = -shared -module -avoid-version
>  LIBS        = $(GRITS_LIBS)
This doesn't help because Makefile.in is not regenerated: make calls
`missing --run automake-1.11` which fails due to missing automake-1.11,
and autoreconf doesn't work fot the package either.

-- 
WBR, wRAR

Attachment: signature.asc
Description: PGP signature

Reply via email to