comparison graphics/qrencode/qrencode.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 337f950c30f5
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
56 LDFLAGS="$LDFLAGS" \ 56 LDFLAGS="$LDFLAGS" \
57 LIBS="$LIBS" \ 57 LIBS="$LIBS" \
58 ./configure \ 58 ./configure \
59 --build=$CBUILD \ 59 --build=$CBUILD \
60 --host=$CHOST \ 60 --host=$CHOST \
61 --prefix= \ 61 --prefix=/usr \
62 --enable-shared \ 62 --enable-shared \
63 --enable-static \ 63 --enable-static \
64 $with_png \ 64 $with_png \
65 $with_tools 65 $with_tools
66 make 66 make