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

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