-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbuildout-build-osx-xcode-12.cfg
49 lines (38 loc) · 1.24 KB
/
buildout-build-osx-xcode-12.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[buildout]
extends = buildout-build-osx-xcode-8.cfg
[libgnutls]
version = 3.6.16
configure-options = --prefix=${options:prefix} --disable-rpath --disable-silent-rules -without-p11-kit --with-included-unistring
[nettle]
version = 3.7.3
configure-options = ${options:configure-options} --build=aarch64-apple-darwin20.5.0
[ncurses]
version = 6.0
configure-options = ${options:configure-options} --with-gpg-error-prefix=${:prefix} --disable-big-core --disable-root-environ --disable-macros --disable-rpath --with-shared --disable-largefile --without-ada --without-cxx-binding --with-terminfo-dirs=/etc/terminfo:/lib/terminfo:/usr/share/terminfo
[openssl]
version = 1.1.1k
configure-options = --prefix=${:prefix} --shared --libdir=lib --openssldir=${:openssldir}
#pre-configure-hook = ${buildout:directory}/src/hooks/osx.py:patch_openssl
[openssh]
version = 8.6p1
name = openssh
[libxml2]
version = 2.9.12
name = libxml2
configure-options = ${options:configure-options} --without-lzma --without-python
[gmp]
name = gmp
version = 6.2.1
[libxslt]
name=libxslt
version=1.1.34
patches = ${:patches-dir}/${:name}-${:version}-osx-configure.patch
[libffi]
name = libffi
version = 3.4.2
[openldap]
name = openldap
version = 2.5.8
[graphviz]
name = graphviz
version = 2.49.3