comparison graphics/librsvg/librsvg.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents b27125e29f82
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
56 LDFLAGS="$LDFLAGS" \ 56 LDFLAGS="$LDFLAGS" \
57 LIBS="$LIBS" \ 57 LIBS="$LIBS" \
58 ./configure \ 58 ./configure \
59 --build=$CBUILD \ 59 --build=$CBUILD \
60 --host=$CHOST \ 60 --host=$CHOST \
61 --prefix=/ \ 61 --prefix= \
62 --disable-static \ 62 --disable-static \
63 --enable-shared \ 63 --enable-shared \
64 $with_vala 64 $with_vala
65 make 65 make
66 make install DESTDIR=$DESTDIR 66 make install DESTDIR=$DESTDIR