comparison graphics/libwebp/libwebp.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 27d1a83dc8d6
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
68 LDFLAGS="$LDFLAGS" \ 68 LDFLAGS="$LDFLAGS" \
69 LIBS="$LIBS" \ 69 LIBS="$LIBS" \
70 ./configure \ 70 ./configure \
71 --build=$CBUILD \ 71 --build=$CBUILD \
72 --host=$CHOST \ 72 --host=$CHOST \
73 --prefix= \ 73 --prefix=/usr \
74 --enable-shared \ 74 --enable-shared \
75 $with_jpeg \ 75 $with_jpeg \
76 $with_png \ 76 $with_png \
77 $with_tiff 77 $with_tiff
78 make 78 make