* debian/rules: Disable new features: --without-acl --without-attr
--without-tcb
This commit is contained in:
4
debian/changelog
vendored
4
debian/changelog
vendored
@@ -50,12 +50,14 @@ shadow (1:4.1.5-1) UNRELEASED; urgency=low
|
||||
ttyPZ0..3. Closes: #576203
|
||||
* debian/rules, debian/man.insert, debian/man.insert.sed: Hack to avoid bug
|
||||
507673, causing missing apostrophes in the manpages generated by
|
||||
docbook-xsl.
|
||||
docbook-xsl (see debian bug 507673).
|
||||
* debian/control: Standards-Version: bumped to 3.8.4. No changes.
|
||||
* debian/passwd.lintian-overrides: Remove old entries relevant for
|
||||
passwd.config.
|
||||
* debian/control: Do not repeat the Section and Priority fields for the
|
||||
binary packages.
|
||||
* debian/rules: Disable new features: --without-acl --without-attr
|
||||
--without-tcb
|
||||
|
||||
-- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net> Sat, 03 Apr 2010 01:42:37 +0200
|
||||
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -24,7 +24,7 @@ DEB_AUTO_UPDATE_AUTOMAKE = 1.9
|
||||
DEB_AUTO_UPDATE_LIBTOOL = pre
|
||||
|
||||
# Adds extra options when calling the configure script:
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := --disable-shared --without-libcrack --without-audit --mandir=/usr/share/man --with-libpam --enable-shadowgrp --enable-man --disable-account-tools-setuid --with-group-name-max-length=32
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := --disable-shared --without-libcrack --without-audit --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
|
||||
ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
|
||||
DEB_CONFIGURE_EXTRA_FLAGS += --host=$(DEB_HOST_GNU_TYPE)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user