X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=packages%2Fbase%2Fshadow%2Fshadow;h=1eb6a3e33e48b447ecea64dd24b95470fff1c1ac;hb=ab2df8f4678587de6b44da32484058b7aec3387a;hp=40cdbc7ded2b591fe78d23d64b6ec71589fc00ec;hpb=55ace212378b8935daa5cd7042ad3394a5421649;p=hdw-linux%2Fhdw-linux.git diff --git a/packages/base/shadow/shadow b/packages/base/shadow/shadow index 40cdbc7..1eb6a3e 100644 --- a/packages/base/shadow/shadow +++ b/packages/base/shadow/shadow @@ -2,17 +2,20 @@ # # author: hackbard@hackdaworld.dyndns.org # -# [V] 4.0.10 +# [V] 4.0.11.1 # [S] 2-15 -# [D] shadow-4.0.10.tar.bz2 ftp://ftp.pld.org.pl/software/shadow/ +# [D] shadow-4.0.11.1.tar.bz2 ftp://ftp.pld.org.pl/software/shadow/ -confopt="$confopt --libdir=$root/lib --enable-shared" +confopt="$confopt --libdir=$root/lib --enable-shared --enable-shadowgrp" -pre_install() { +build_main() { + ./configure $confopt sed 's/groups$(EXEEXT) //' src/Makefile > tmp~ mv tmp~ src/Makefile sed '/groups/d' man/Makefile > tmp~ mv tmp~ man/Makefile + make $make_conf + make $install_conf install } post_install() {