Pushed slightly different version. Thank you!
On Thursday 06 of June 2013 10:34:56 Jiri Moskovcak wrote: > Signed-off-by: Jiri Moskovcak <[email protected]> > --- > src/client-python/Makefile.am | 3 ++- > src/report-python/Makefile.am | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/src/client-python/Makefile.am b/src/client-python/Makefile.am > index c3ce8c6..67e3b7a 100644 > --- a/src/client-python/Makefile.am > +++ b/src/client-python/Makefile.am > @@ -19,7 +19,8 @@ _reportclient_la_CPPFLAGS = \ > $(GLIB_CFLAGS) \ > $(PYTHON_CFLAGS) \ > -D_GNU_SOURCE \ > - -fPIE -Wl,-z,relro,now > + -fPIE \ > + -Wl,-z,relro -Wl,-z,now > _reportclient_la_LDFLAGS = \ > -module \ > -avoid-version \ > diff --git a/src/report-python/Makefile.am b/src/report-python/Makefile.am > index 5dc0b54..2afdf34 100644 > --- a/src/report-python/Makefile.am > +++ b/src/report-python/Makefile.am > @@ -24,7 +24,8 @@ _pyreport_la_CPPFLAGS = \ > $(GLIB_CFLAGS) \ > $(PYTHON_CFLAGS) \ > -D_GNU_SOURCE \ > - -fPIE -Wl,-z,relro,now > + -fPIE \ > + -Wl,-z,relro -Wl,-z,now > _pyreport_la_LDFLAGS = \ > -module \ > -avoid-version \
