comparison graphics/graphviz/graphviz.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 72f357a69221
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
115 LDFLAGS="$LDFLAGS" \ 115 LDFLAGS="$LDFLAGS" \
116 LIBS="$LIBS" \ 116 LIBS="$LIBS" \
117 ./configure \ 117 ./configure \
118 --build=$CBUILD \ 118 --build=$CBUILD \
119 --host=$CHOST \ 119 --host=$CHOST \
120 --prefix=/ \ 120 --prefix= \
121 --disable-ltdl-install \ 121 --disable-ltdl-install \
122 --without-included-ltdl \ 122 --without-included-ltdl \
123 --without-qt \ 123 --without-qt \
124 --without-devil \ 124 --without-devil \
125 --without-poppler \ 125 --without-poppler \