kiss-mfavila-small/community-mod/stable/readline/build

10 lines
130 B
Plaintext
Raw Normal View History

#!/bin/sh -e
export CFLAGS="$CFLAGS -fPIC"
./configure \
--prefix=/usr
make SHLIB_LIBS=-lncurses
make DESTDIR="$1" install