Skip to content

Commit

Permalink
build: drop explicit -fPIC from obexd CFLAGS
Browse files Browse the repository at this point in the history
The option is handled by the global --enable-pic. Drop the local
explicit argument.

With that we can drop the standalone CFLAGS.
  • Loading branch information
evelikov authored and Vudentz committed Feb 20, 2024
1 parent 344cf10 commit bade07f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile.obexd
Expand Up @@ -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:
Expand Down

0 comments on commit bade07f

Please sign in to comment.