comparison graphics/libgd/libgd.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 e1b73f64408d
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
113 LDFLAGS="$LDFLAGS" \ 113 LDFLAGS="$LDFLAGS" \
114 LIBS="$LIBS" \ 114 LIBS="$LIBS" \
115 ./configure \ 115 ./configure \
116 --build=$CBUILD \ 116 --build=$CBUILD \
117 --host=$CHOST \ 117 --host=$CHOST \
118 --prefix=/ \ 118 --prefix= \
119 --disable-static \ 119 --disable-static \
120 --enable-shared \ 120 --enable-shared \
121 $with_fontconfig \ 121 $with_fontconfig \
122 $with_freetype \ 122 $with_freetype \
123 $with_jpeg \ 123 $with_jpeg \