comparison core/attr/attr.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
49 LDFLAGS="$LDFLAGS" \ 49 LDFLAGS="$LDFLAGS" \
50 LIBS="$LIBS" \ 50 LIBS="$LIBS" \
51 ./configure \ 51 ./configure \
52 --build=$CBUILD \ 52 --build=$CBUILD \
53 --host=$CHOST \ 53 --host=$CHOST \
54 --prefix=/ \ 54 --prefix= \
55 --disable-static \ 55 --disable-static \
56 --enable-shared \ 56 --enable-shared \
57 $with_nls 57 $with_nls
58 make 58 make
59 make install DESTDIR=$DESTDIR 59 make install DESTDIR=$DESTDIR