comparison gnu/ncurses/ncurses.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
45 --build=$CBUILD \ 45 --build=$CBUILD \
46 --host=$CHOST \ 46 --host=$CHOST \
47 --enable-overwrite \ 47 --enable-overwrite \
48 --enable-pc-files \ 48 --enable-pc-files \
49 --enable-widec \ 49 --enable-widec \
50 --prefix= \ 50 --prefix=/usr \
51 --with-manpage-format=normal \ 51 --with-manpage-format=normal \
52 --with-pkg-config-libdir=/lib/pkgconfig \ 52 --with-pkg-config-libdir=/lib/pkgconfig \
53 --with-shared \ 53 --with-shared \
54 --without-debug 54 --without-debug
55 make 55 make