comparison crypto/gcr/gcr.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 6710613b88b9
children 337f950c30f5
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
76 LDFLAGS="$LDFLAGS" \ 76 LDFLAGS="$LDFLAGS" \
77 LIBS="$LIBS" \ 77 LIBS="$LIBS" \
78 ./configure \ 78 ./configure \
79 --build=$CBUILD \ 79 --build=$CBUILD \
80 --host=$CHOST \ 80 --host=$CHOST \
81 --prefix= \ 81 --prefix=/usr \
82 $with_gtk \ 82 $with_gtk \
83 $with_introspection \ 83 $with_introspection \
84 $with_nls \ 84 $with_nls \
85 $with_vala 85 $with_vala
86 make 86 make