> -----Original Message----- > From: Roberts, William C > Sent: Monday, April 20, 2020 9:26 AM > To: Nicolas Iooss <nicolas.iooss@xxxxxxx>; selinux@xxxxxxxxxxxxxxx > Subject: RE: [PATCH 1/1] libselinux/utils: remove unneeded variable in Makefile > > > -----Original Message----- > > From: selinux-owner@xxxxxxxxxxxxxxx > > [mailto:selinux-owner@xxxxxxxxxxxxxxx] > > On Behalf Of Nicolas Iooss > > Sent: Sunday, April 19, 2020 8:59 AM > > To: selinux@xxxxxxxxxxxxxxx > > Subject: [PATCH 1/1] libselinux/utils: remove unneeded variable in > > Makefile > > > > LD_SONAME_FLAGS is not used when building libselinux utils. > > > > Signed-off-by: Nicolas Iooss <nicolas.iooss@xxxxxxx> > > --- > > libselinux/utils/Makefile | 2 -- > > 1 file changed, 2 deletions(-) > > > > diff --git a/libselinux/utils/Makefile b/libselinux/utils/Makefile > > index > > a5632b7c38ec..b018a08acbe0 100644 > > --- a/libselinux/utils/Makefile > > +++ b/libselinux/utils/Makefile > > @@ -36,8 +36,6 @@ CFLAGS ?= -O -Wall -W -Wundef -Wformat-y2k -Wformat- > > security -Winit-self -Wmissi > > -Werror -Wno-aggregate-return -Wno-redundant-decls > > -Wstrict- > > overflow=5 \ > > $(EXTRA_CFLAGS) > > > > -LD_SONAME_FLAGS=-soname,$(LIBSO),-z,defs,-z,relro > > - > > ifeq ($(OS), Darwin) > > override CFLAGS += -I/opt/local/include -I../../libsepol/include > > override LDFLAGS += -L../../libsepol/src -undefined dynamic_lookup > > -- > > 2.26.0 > > Acked-by: William Roberts <william.c.roberts@xxxxxxxxx> Merged: https://github.com/SELinuxProject/selinux/pull/223