selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] libselinux/utils: remove unneeded variable in Makefile
@ 2020-04-19 13:58 Nicolas Iooss
  2020-04-20 14:26 ` Roberts, William C
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Iooss @ 2020-04-19 13:58 UTC (permalink / raw)
  To: selinux

LD_SONAME_FLAGS is not used when building libselinux utils.

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [PATCH 1/1] libselinux/utils: remove unneeded variable in Makefile
  2020-04-19 13:58 [PATCH 1/1] libselinux/utils: remove unneeded variable in Makefile Nicolas Iooss
@ 2020-04-20 14:26 ` Roberts, William C
  2020-04-22 21:49   ` Roberts, William C
  0 siblings, 1 reply; 3+ messages in thread
From: Roberts, William C @ 2020-04-20 14:26 UTC (permalink / raw)
  To: Nicolas Iooss, selinux

> -----Original Message-----
> From: selinux-owner@vger.kernel.org [mailto:selinux-owner@vger.kernel.org]
> On Behalf Of Nicolas Iooss
> Sent: Sunday, April 19, 2020 8:59 AM
> To: selinux@vger.kernel.org
> 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@m4x.org>
> ---
>  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@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH 1/1] libselinux/utils: remove unneeded variable in Makefile
  2020-04-20 14:26 ` Roberts, William C
@ 2020-04-22 21:49   ` Roberts, William C
  0 siblings, 0 replies; 3+ messages in thread
From: Roberts, William C @ 2020-04-22 21:49 UTC (permalink / raw)
  To: 'Nicolas Iooss', 'selinux@vger.kernel.org'

> -----Original Message-----
> From: Roberts, William C
> Sent: Monday, April 20, 2020 9:26 AM
> To: Nicolas Iooss <nicolas.iooss@m4x.org>; selinux@vger.kernel.org
> Subject: RE: [PATCH 1/1] libselinux/utils: remove unneeded variable in Makefile
> 
> > -----Original Message-----
> > From: selinux-owner@vger.kernel.org
> > [mailto:selinux-owner@vger.kernel.org]
> > On Behalf Of Nicolas Iooss
> > Sent: Sunday, April 19, 2020 8:59 AM
> > To: selinux@vger.kernel.org
> > 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@m4x.org>
> > ---
> >  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@intel.com>

Merged:
https://github.com/SELinuxProject/selinux/pull/223

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-22 21:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-19 13:58 [PATCH 1/1] libselinux/utils: remove unneeded variable in Makefile Nicolas Iooss
2020-04-20 14:26 ` Roberts, William C
2020-04-22 21:49   ` Roberts, William C

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).