comparison core/e2fsprogs/e2fsprogs.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 --sbindir=/bin \
57 --disable-fsck \ 58 --disable-fsck \
58 --disable-uuidd \ 59 --disable-uuidd \
59 --disable-libuuid \ 60 --disable-libuuid \
60 --disable-libblkid \ 61 --disable-libblkid \
61 --enable-elf-shlibs \ 62 --enable-elf-shlibs \