pcre2: bump to 10.40
[kiss-trunc88.git] / oksh / build
blobf41c232992d4cc780d3e38eba32cddfd479b228b
1 #!/bin/sh -e
3 #export CFLAGS="$CFLAGS -DSMALL"
5 ./configure \
6 --prefix=/usr \
7 --bindir=/usr/bin \
8 --mandir=/usr/share/man \
9 --enable-ksh \
10 --disable-static
12 # --disable-curses
13 # --enable-sh \
15 make
16 make DESTDIR="$1" install
17 ln -s /usr/bin/ksh "$1/usr/bin/sh"