From: Joshua Brindle <method@manicmethod.com>
To: SE Linux <selinux@tycho.nsa.gov>
Cc: Stephen Smalley <sds@tycho.nsa.gov>
Subject: [PATCH] [STABLE] Makefile change to disable restorecond
Date: Tue, 11 Dec 2007 15:05:06 -0500 [thread overview]
Message-ID: <475EED72.3090607@manicmethod.com> (raw)
This patch is necessary to build stable on RHEL4. CLIP uses the current
stable toolchain and supports RHEL4 as a target so we are trying to
upstream any magic that is necessary to build on that platform.
Index: trunk/policycoreutils/Makefile
===================================================================
--- trunk/policycoreutils/Makefile (revision 2696)
+++ trunk/policycoreutils/Makefile (working copy)
@@ -1,5 +1,9 @@
-SUBDIRS=setfiles semanage load_policy newrole run_init restorecond secon audit2allow audit2why scripts sestatus semodule_package semodule semodule_link semodule_expand semodule_deps setsebool po
+SUBDIRS = setfiles semanage load_policy newrole run_init secon audit2allow audit2why scripts sestatus semodule_package semodule semodule_link semodule_expand semodule_deps setsebool po
+ifndef NO_INOTIFY
+ SUBDIRS += restorecond
+endif
+
all install relabel clean indent:
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) $@) || exit 1; \
Index: trunk/Makefile
===================================================================
--- trunk/Makefile (revision 2696)
+++ trunk/Makefile (working copy)
@@ -1,6 +1,8 @@
SUBDIRS=libsepol libselinux libsemanage sepolgen checkpolicy policycoreutils # policy
PYSUBDIRS=libselinux libsemanage
+export NO_INOTIFY
+
ifeq ($(DEBUG),1)
export CFLAGS = -g3 -O0 -gdwarf-2 -fno-strict-aliasing -Wall -Wshadow
export LDFLAGS = -g
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
next reply other threads:[~2007-12-11 20:05 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-11 20:05 Joshua Brindle [this message]
2007-12-11 20:13 ` [PATCH] [STABLE] Makefile change to disable restorecond Joshua Brindle
2007-12-11 20:19 ` Stephen Smalley
2007-12-12 0:07 ` Joshua Brindle
2007-12-12 15:40 ` Stephen Smalley
2007-12-12 15:09 ` Joshua Brindle
2007-12-12 15:35 ` Stephen Smalley
2007-12-12 16:02 ` Joshua Brindle
2007-12-12 16:11 ` Stephen Smalley
2007-12-12 16:42 ` Joshua Brindle
2007-12-12 16:47 ` Stephen Smalley
2007-12-12 16:59 ` Joshua Brindle
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=475EED72.3090607@manicmethod.com \
--to=method@manicmethod.com \
--cc=sds@tycho.nsa.gov \
--cc=selinux@tycho.nsa.gov \
/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.