Hi Jonah,
On 10/27/19 11:30 AM, Jonah Brüchert wrote:
From: Simon Busch <[email protected]>
Signed-off-by: Simon Busch <[email protected]>
Signed-off-by: Martin Jansa <[email protected]>
We don't use Signed-off-by, so please drop this in the future.
---
Makefile.am | 2 +-
configure.ac | 6 +++---
src/control.cpp | 4 ++--
src/qsimcommand.cpp | 2 +-
src/qsmsmessage.cpp | 2 +-
5 files changed, 8 insertions(+), 8 deletions(-)
In general we prefer the commits to be separated out between build
changes and actual code changes.
diff --git a/Makefile.am b/Makefile.am
index 2a6fccf..8c99b04 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,7 +46,7 @@ nodist_src_phonesim_SOURCES = src/ui_controlbase.h \
src_phonesim_LDADD = $(QT_LIBS)
-AM_CXXFLAGS = -Wall $(QT_CFLAGS)
+AM_CXXFLAGS = -Wall $(QT_CFLAGS) -fPIC -fPIE
You set -fPIE here but remove it in patch 6. Do you want to squash
these two together?
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src
Regards,
-Denis
_______________________________________________
ofono mailing list -- [email protected]
To unsubscribe send an email to [email protected]