comparison graphics/libgd/libgd.sh @ 745:59a2fa6992bc

vanilla: re-enable static libraries
author David Demelier <markand@malikania.fr>
date Wed, 07 Aug 2019 20:05:00 +0200
parents 25cecc6dca48
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
744:beb99c802979 745:59a2fa6992bc
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 \
120 --enable-shared \ 119 --enable-shared \
121 $with_fontconfig \ 120 $with_fontconfig \
122 $with_freetype \ 121 $with_freetype \
123 $with_jpeg \ 122 $with_jpeg \
124 $with_liq \ 123 $with_liq \