tags 778152 +patch
thanks

There are a number of inline function semantics in this package that
do not conform to C99, and thus prevent compilation with gcc5, so I
added a "-std=gnu89" to CFLAGS to fix that.

--- uaputl-1.12.orig/Makefile
+++ uaputl-1.12/Makefile
@@ -19,7 +19,7 @@ CFLAGS := $(filter-out -D__%, $(EXTRA_CF


 #CFLAGS += -DAP22 -fshort-enums
-CFLAGS += -Wall
+CFLAGS += -Wall -std=gnu89
 #ECHO = @
 LIBS = -lrt

-- 
Brett Johnson <br...@hp.com>
"In C++ you can see your friends' privates"
   ~~ Unknown


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to