comparison databases/postgresql/postgresql.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
152 LDFLAGS="$LDFLAGS" \ 152 LDFLAGS="$LDFLAGS" \
153 LIBS="$LIBS" \ 153 LIBS="$LIBS" \
154 ./configure \ 154 ./configure \
155 --build=$CBUILD \ 155 --build=$CBUILD \
156 --host=$CHOST \ 156 --host=$CHOST \
157 --prefix= \ 157 --prefix=/usr \
158 $with_completion \ 158 $with_completion \
159 $with_icu \ 159 $with_icu \
160 $with_llvm \ 160 $with_llvm \
161 $with_nls \ 161 $with_nls \
162 $with_pam \ 162 $with_pam \