comparison lib/readline/readline.sh @ 252:9e95fda0e5c6

vanilla: fix many packages Also add templates/python-hybrid.sh and update template/python.sh
author David Demelier <markand@malikania.fr>
date Thu, 21 Mar 2019 20:00:00 +0100
parents 7c631ce1660f
children 8017138b628e
comparison
equal deleted inserted replaced
251:da8439572c16 252:9e95fda0e5c6
41 LDFLAGS="$LDFLAGS" \ 41 LDFLAGS="$LDFLAGS" \
42 LIBS="$LIBS" \ 42 LIBS="$LIBS" \
43 ./configure \ 43 ./configure \
44 --build=$CBUILD \ 44 --build=$CBUILD \
45 --host=$CHOST \ 45 --host=$CHOST \
46 --prefix=/usr 46 --prefix=/usr \
47 --build=$CBUILD \ 47 --build=$CBUILD \
48 --host=$CHOST \ 48 --host=$CHOST \
49 --prefix=/usr \ 49 --prefix=/usr \
50 --with-curses \ 50 --with-curses \
51 --enable-shared \ 51 --enable-shared \