init: workaround for GCC 6 compile errors

Issue #2374
This commit is contained in:
Christian Prochaska 2017-03-16 14:13:44 +01:00 committed by Christian Helmuth
parent 78a9cbf82d
commit d23dd0cdb4

View File

@ -2,3 +2,6 @@ TARGET = init
SRC_CC = main.cc child.cc server.cc SRC_CC = main.cc child.cc server.cc
LIBS = base LIBS = base
INC_DIR += $(PRG_DIR) INC_DIR += $(PRG_DIR)
# workaround for constness issues
CC_OPT += -fpermissive