comparison lib/readline/readline.sh @ 526:eec0faf3636c

lib: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:11:07 +0200
parents 8017138b628e
children bad483aace64
comparison
equal deleted inserted replaced
525:babbd8d8b41a 526:eec0faf3636c
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=/ \
47 --build=$CBUILD \ 47 --build=$CBUILD \
48 --host=$CHOST \ 48 --host=$CHOST \
49 --prefix=/usr \ 49 --prefix=/ \
50 --with-curses \ 50 --with-curses \
51 --enable-shared \ 51 --enable-shared \
52 --disable-static 52 --disable-static
53 make 53 make
54 make install DESTDIR=$DESTDIR 54 make install DESTDIR=$DESTDIR