diff --git a/util/archive/ucl/actions.py b/util/archive/ucl/actions.py index fc40511e0d..a95aa9c0ba 100644 --- a/util/archive/ucl/actions.py +++ b/util/archive/ucl/actions.py @@ -10,6 +10,7 @@ from pisi.actionsapi import get def setup(): + shelltools.export("CPPFLAGS", "-std=c90 -fPIC") autotools.configure("--enable-shared --disable-static") def build(): diff --git a/util/archive/ucl/pspec.xml b/util/archive/ucl/pspec.xml index 5f099220fb..837cec04b5 100644 --- a/util/archive/ucl/pspec.xml +++ b/util/archive/ucl/pspec.xml @@ -35,7 +35,7 @@ - 2017-02-02 + 2017-02-07 1.03 Release Bump Kamil Atlı