shadow: remove faulty error message of pwck in case nscd is not running
This commit is contained in:
parent
d1d21f465a
commit
87e8de9057
@ -1,3 +1,5 @@
|
||||
05a85f1ea6bf26aec66a91b5f98a51b0 login.defs
|
||||
be8f69c2701118093af3d7f3bc02af16 pwck
|
||||
c1767c5cb75a6de6b764f66d94becf2e shadow-4.1.5-copydir.patch
|
||||
9c65ef2271bc23aa264bd28b309d58ea shadow-4.1.5-nscd.patch
|
||||
d5f7a588fadb79faeb4b08b1eee82e9a shadow-4.1.5.tar.bz2
|
||||
|
@ -5,15 +5,16 @@
|
||||
|
||||
name=shadow
|
||||
version=4.1.5
|
||||
release=1
|
||||
release=2
|
||||
source=(http://pkg-shadow.alioth.debian.org/releases/$name-$version.tar.bz2
|
||||
pwck login.defs)
|
||||
pwck login.defs
|
||||
$name-$version-{copydir,nscd}.patch)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
# http://anonscm.debian.org/viewvc/pkg-shadow/upstream/trunk/libmisc/copydir.c?r1=3655&r2=3706
|
||||
sed -i '49i#include <stdarg.h>' libmisc/copydir.c
|
||||
patch -p2 -i $SRC/$name-$version-copydir.patch
|
||||
patch -p2 -i $SRC/$name-$version-nscd.patch
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
|
Loading…
x
Reference in New Issue
Block a user