Manoj Srivastava wrote:
From: Manoj Srivastava<srivasta@xxxxxxxxxx> Hi folks, The script, src/exception.sh, contains so called bashisms (constructs not supported by POSIX, but present as bash extensions). This means when trying to build on systems where /bin/sh is not bash, the build fails with an error. This patch uses bash to run exception.sh. This bug affects a significant subset of Debian and Debian derivative machines. manoj Signed-off-by: Manoj Srivastava<srivasta@xxxxxxxxxx> --- libselinu/xsrc/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libselinux/src/Makefile b/libselinux/src/Makefile index 74b1e6a..d0fb0e3 100644 --- a/libselinux/src/Makefile +++ b/libselinux/src/Makefile @@ -83,7 +83,7 @@ $(LIBSO): $(LOBJS) ln -sf $@ $(TARGET) selinuxswig_python_exception.i: ../include/selinux/selinux.h - sh exception.sh> $@ + bash exception.sh> $@ audit2why.lo: audit2why.c $(CC) $(CFLAGS) -I$(PYINC) -fPIC -DSHARED -c -o $@ $<
Merged in libselinux 2.0.90 -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.