comparison fonts/freetype/freetype.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
67 ./configure \ 67 ./configure \
68 --build=$CBUILD \ 68 --build=$CBUILD \
69 --host=$CHOST \ 69 --host=$CHOST \
70 --target=$CTARGET \ 70 --target=$CTARGET \
71 --prefix= \ 71 --prefix= \
72 --disable-static \
73 $with_bzip2 \ 72 $with_bzip2 \
74 $with_png \ 73 $with_png \
75 $with_zlib 74 $with_zlib
76 make 75 make
77 make install DESTDIR=$DESTDIR 76 make install DESTDIR=$DESTDIR