comparison core/kbd/kbd.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents 25cecc6dca48
children ae55d9077f70
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
52 LIBS="$LIBS" \ 52 LIBS="$LIBS" \
53 ./configure \ 53 ./configure \
54 --build=$CBUILD \ 54 --build=$CBUILD \
55 --host=$CHOST \ 55 --host=$CHOST \
56 --prefix= \ 56 --prefix= \
57 --disable-static \
58 --enable-shared \ 57 --enable-shared \
59 --disable-vlock \ 58 --disable-vlock \
60 $with_nls 59 $with_nls
61 make 60 make
62 make install DESTDIR=$DESTDIR 61 make install DESTDIR=$DESTDIR