comparison core/eudev/eudev.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
43 LDFLAGS="$LDFLAGS" \ 43 LDFLAGS="$LDFLAGS" \
44 LIBS="$LIBS" \ 44 LIBS="$LIBS" \
45 ./configure \ 45 ./configure \
46 --build=$CBUILD \ 46 --build=$CBUILD \
47 --host=$CHOST \ 47 --host=$CHOST \
48 --prefix=/ \ 48 --prefix= \
49 --sbindir=/bin \
49 --disable-selinux \ 50 --disable-selinux \
50 --disable-static \ 51 --disable-static \
51 --enable-shared 52 --enable-shared
52 make 53 make
53 make install DESTDIR=$DESTDIR 54 make install DESTDIR=$DESTDIR