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 <[email protected]> "In C++ you can see your friends' privates" ~~ Unknown -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

