From: Petr Lautrbach <plautrba@redhat.com>
To: SElinux list <selinux@vger.kernel.org>
Cc: Nicolas Iooss <nicolas.iooss@m4x.org>, James Carter <jwcart2@gmail.com>
Subject: Re: [PATCH] libsepol/tests: drop ncurses dependency
Date: Mon, 4 May 2020 10:48:38 +0200 [thread overview]
Message-ID: <20200504084838.GC245818@workstation> (raw)
In-Reply-To: <CAP+JOzS7cBr2ANcKoYa-x_C-LHMWoXB2oLbdtfAyYPr4vWT-Tg@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1643 bytes --]
On Fri, May 01, 2020 at 09:58:12AM -0400, James Carter wrote:
> On Fri, May 1, 2020 at 5:25 AM Nicolas Iooss <nicolas.iooss@m4x.org> wrote:
> >
> > ncurses library is not used anywhere.
> >
> > Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
>
> Acked-by: James Carter <jwcart2@gmail.com>
Applied.
>
> > ---
> > .travis.yml | 1 -
> > libsepol/tests/Makefile | 2 +-
> > 2 files changed, 1 insertion(+), 2 deletions(-)
> >
> > diff --git a/.travis.yml b/.travis.yml
> > index 918958acfc80..4361d26cbb83 100644
> > --- a/.travis.yml
> > +++ b/.travis.yml
> > @@ -53,7 +53,6 @@ addons:
> > - libcap-ng-dev # This package is not whitelisted for the container infrastructure (https://github.com/travis-ci/apt-package-whitelist/issues/1096)
> > - libcunit1-dev
> > - libdbus-glib-1-dev
> > - - libncurses5-dev
> > - libpcre3-dev
> > - patch
> > - python3-dev
> > diff --git a/libsepol/tests/Makefile b/libsepol/tests/Makefile
> > index e7e305e8150b..fc9bd1a303be 100644
> > --- a/libsepol/tests/Makefile
> > +++ b/libsepol/tests/Makefile
> > @@ -32,7 +32,7 @@ all: $(EXE) $(policies)
> > policies: $(policies)
> >
> > $(EXE): $(objs) $(parserobjs) $(LIBSEPOL)
> > - $(CC) $(LDFLAGS) $(objs) $(parserobjs) -lcunit -lcurses $(LIBSEPOL) -o $@
> > + $(CC) $(LDFLAGS) $(objs) $(parserobjs) -lcunit $(LIBSEPOL) -o $@
> >
> > %.conf.std: $(m4support) %.conf
> > $(M4) $(M4PARAMS) $^ > $@
> > --
> > 2.26.2
> >
>
--
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2020-05-04 8:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-01 9:23 [PATCH] libsepol/tests: drop ncurses dependency Nicolas Iooss
2020-05-01 13:58 ` James Carter
2020-05-04 8:48 ` Petr Lautrbach [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200504084838.GC245818@workstation \
--to=plautrba@redhat.com \
--cc=jwcart2@gmail.com \
--cc=nicolas.iooss@m4x.org \
--cc=selinux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.