Import Debian changes 1.12-2.1
[debian/uaputl] / debian / patches / gcc5.patch
1 Description: fix build failure with GCC 5:
2  build with -std=gnu89
3 Origin: vendor
4 Bug-Debian: https://bugs.debian.org/778152
5 Author: Brett Johnson <brett@hp.com>
6 Reviewed-by: gregor herrmann <gregoa@debian.org>
7 Last-Update: 2015-07-19
8
9 --- a/Makefile
10 +++ b/Makefile
11 @@ -19,7 +19,7 @@
12  
13  
14  #CFLAGS += -DAP22 -fshort-enums
15 -CFLAGS += -Wall
16 +CFLAGS += -Wall -std=gnu89
17  #ECHO = @
18  LIBS = -lrt
19