pcre2: bump to 10.40
[kiss-trunc88.git] / tnftp / build
blobd72bcd3fbb6367c38d59af9f648ae06cb1b83c89
1 #!/bin/sh -e
3 ./configure \
4 --prefix=/usr \
5 --sysconfdir=/etc \
6 --libexecdir=/usr/bin \
7 --disable-ipv6 \
8 --enable-ssl \
9 --without-socks \
10 --without-pam
12 make
13 make DESTDIR="$1" install