comparison security/shadow/shadow.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents 9de04ddc6f6d
children a73b34fe66ec
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
93 --build=$CBUILD \ 93 --build=$CBUILD \
94 --host=$CHOST \ 94 --host=$CHOST \
95 --prefix= \ 95 --prefix= \
96 --bindir=/bin \ 96 --bindir=/bin \
97 --sbindir=/bin \ 97 --sbindir=/bin \
98 --disable-static \
99 --enable-shared \ 98 --enable-shared \
100 $with_acl \ 99 $with_acl \
101 $with_attr \ 100 $with_attr \
102 $with_nls \ 101 $with_nls \
103 $with_pam \ 102 $with_pam \