comparison core/kbd/kbd.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents 014d018468fb
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
51 LDFLAGS="$LDFLAGS" \ 51 LDFLAGS="$LDFLAGS" \
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 \ 57 --disable-static \
58 --enable-shared \ 58 --enable-shared \
59 --disable-vlock \ 59 --disable-vlock \
60 $with_nls 60 $with_nls
61 make 61 make