comparison dev/fossil/fossil.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 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
65 CXX="$CC" \ 65 CXX="$CC" \
66 CFLAGS="$CFLAGS" \ 66 CFLAGS="$CFLAGS" \
67 LDFLAGS="$LDFLAGS" \ 67 LDFLAGS="$LDFLAGS" \
68 LIBS="$LIBS" \ 68 LIBS="$LIBS" \
69 ./configure \ 69 ./configure \
70 --prefix= \ 70 --prefix=/usr \
71 $with_fuse \ 71 $with_fuse \
72 $with_json \ 72 $with_json \
73 $with_ssl \ 73 $with_ssl \
74 $with_static 74 $with_static
75 make BCC=$CC TCC=$CC 75 make BCC=$CC TCC=$CC