From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============0054835465393854283==" MIME-Version: 1.0 From: Jonah =?unknown-8bit?q?Br=C3=BCchert?= Subject: [PATCH phonesim 6/7] Make Qt detect fPIC flag correctly Date: Sun, 27 Oct 2019 02:04:24 +0200 Message-ID: <20191027000425.14022-7-jbb.prv@gmx.de> In-Reply-To: <20191027000425.14022-1-jbb.prv@gmx.de> List-Id: To: ofono@ofono.org --===============0054835465393854283== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 59fb421..74cf657 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,7 @@ nodist_src_phonesim_SOURCES =3D src/ui_controlbase.h \ src_phonesim_LDADD =3D $(QT_LIBS) -AM_CXXFLAGS =3D -Wall $(QT_CFLAGS) -fPIC -fPIE +AM_CXXFLAGS =3D -Wall $(QT_CFLAGS) -fPIC AM_CPPFLAGS =3D -I$(top_srcdir)/src -I$(top_builddir)/src -- 2.23.0 --===============0054835465393854283==--