[Pkg-shadow-devel] [shadow] 01/20: Always use /bin/sh shell in the build
Balint Reczey
rbalint at moszumanska.debian.org
Thu Jan 19 17:59:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
rbalint pushed a commit to annotated tag debian/1%4.4-2
in repository shadow.
commit 616a2b0c7b386e144f166bc9deebf18f6a947c88
Author: Balint Reczey <balint at balintreczey.hu>
Date: Wed Jan 18 13:38:50 2017 +0100
Always use /bin/sh shell in the build
Closes: #817971
---
debian/rules | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index f170a74..59f37d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,18 @@ DEB_DESTDIR=$(CURDIR)/debian/tmp
include /usr/share/cdbs/1/class/autotools.mk
# Adds extra options when calling the configure script:
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-shared --without-libcrack --mandir=/usr/share/man --with-libpam --enable-shadowgrp --enable-man --disable-account-tools-setuid --with-group-name-max-length=32 --without-acl --without-attr --without-tcb
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-shared \
+ --without-libcrack \
+ --mandir=/usr/share/man \
+ --with-libpam \
+ --enable-shadowgrp \
+ --enable-man \
+ --disable-account-tools-setuid \
+ --with-group-name-max-length=32 \
+ --without-acl \
+ --without-attr \
+ --without-tcb \
+ SHELL=/bin/sh
ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
DEB_CONFIGURE_EXTRA_FLAGS += --host=$(DEB_HOST_GNU_TYPE)
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shadow/shadow.git
More information about the Pkg-shadow-devel
mailing list