repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pcre2: bump to 10.40
[kiss-trunc88.git]
/
tnftp
/
build
blob
d72bcd3fbb6367c38d59af9f648ae06cb1b83c89
1
#!/bin/sh -e
2
3
.
/
configure \
4
--prefix
=/
usr \
5
--sysconfdir
=/
etc \
6
--libexecdir
=/
usr
/
bin \
7
--disable-ipv6
\
8
--enable-ssl
\
9
--without-socks
\
10
--without-pam
11
12
make
13
make
DESTDIR
=
"
$1
"
install
14