policycoreutils: sandbox: add -Wall and -Werror to makefile
Just like everything else we should be erroring out on warnings. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
1d54976d73
commit
3e532cffac
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ SBINDIR ?= $(PREFIX)/sbin
|
|||
MANDIR ?= $(PREFIX)/share/man
|
||||
LOCALEDIR ?= /usr/share/locale
|
||||
SHAREDIR ?= $(PREFIX)/share/sandbox
|
||||
override CFLAGS += $(LDFLAGS) -I$(PREFIX)/include -DPACKAGE="\"policycoreutils\""
|
||||
override CFLAGS += $(LDFLAGS) -I$(PREFIX)/include -DPACKAGE="\"policycoreutils\"" -Wall -Werror -Wextra
|
||||
LDLIBS += -lselinux -lcap-ng
|
||||
|
||||
all: sandbox seunshare sandboxX.sh start
|
||||
|
|
Loading…
Reference in a new issue