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
fontconfig: fork and bump to 2.14.0, don't use pregenerated fcobjshash.h since i...
[kiss-trunc88.git]
/
curl
/
build
blob
b25e511fb630abd02b6c7991730b74d77098e6d1
1
#!/bin/sh -e
2
3
.
/
configure \
4
--prefix
=/
usr \
5
--disable-ipv6
\
6
--enable-unix-sockets
\
7
--enable-hidden-symbols
\
8
--disable-manual
\
9
--disable-ldap
\
10
--disable-ares
\
11
--with-openssl
\
12
--with-pic
\
13
--with-ca-fallback
\
14
--without-librtmp
\
15
--without-icu
\
16
--without-libpsl
\
17
--without-libidn
\
18
--without-libidn2
\
19
--without-zstd
\
20
--without-brotli
21
22
make
23
make
DESTDIR
=
"
$1
"
install
24
25
# Remove library documentation.
26
rm
-rf
"
$1
/usr/share/man/man3"