From bade07f43fedb221caf217bf2a98a4050292a32e Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 16 Feb 2024 23:11:10 +0000 Subject: [PATCH] build: drop explicit -fPIC from obexd CFLAGS The option is handled by the global --enable-pic. Drop the local explicit argument. With that we can drop the standalone CFLAGS. --- Makefile.obexd | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.obexd b/Makefile.obexd index e8e4a6144..01aa3a9c7 100644 --- a/Makefile.obexd +++ b/Makefile.obexd @@ -104,8 +104,6 @@ obexd_src_obexd_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) $(DBUS_CFLAGS) \ -D_FILE_OFFSET_BITS=64 \ -I$(builddir)/lib -I$(builddir)/obexd/src -obexd_src_obexd_CFLAGS = $(AM_CFLAGS) -fPIC - else obexd-add-service-symlink: obexd-remove-service-symlink: