comparison python/python2/python2.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
50 LIBS="$LIBS" \ 50 LIBS="$LIBS" \
51 ./configure \ 51 ./configure \
52 --build=$CBUILD \ 52 --build=$CBUILD \
53 --host=$CHOST \ 53 --host=$CHOST \
54 --target=$CTARGET \ 54 --target=$CTARGET \
55 --prefix=/. \ 55 --prefix=/usr \
56 --enable-shared \ 56 --enable-shared \
57 --with-system-expat \ 57 --with-system-expat \
58 --with-system-ffi \ 58 --with-system-ffi \
59 $with_ipv6 59 $with_ipv6
60 make 60 make