Bug#837002: Fix for the aweather FTBFS

Andrey Rahmatullin wrar at debian.org
Fri Dec 2 21:26:20 UTC 2016


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 <bunk at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 894 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20161203/90d3b1f7/attachment-0001.sig>


More information about the debian-science-maintainers mailing list