Commit eedbe098 authored by Julien Muchembled's avatar Julien Muchembled

re6st: fix build on old OS

parent 628ca6cc
......@@ -47,3 +47,8 @@ environment +=
shared = false
prefix = %(TARGET)s/parts/${:_buildout_section_name_}
make-install-extra = DESTDIR=%(ROOT)s
[file]
# For old GCC like 4.8.5 on SLE 12 SP5.
environment +=
CFLAGS=-std=c99 -g -O2
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment