File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 20
20
dependencies :
21
21
linux :
22
22
gnu.org/gcc : ' *'
23
- freedesktop.org/pkg-config : ' *'
24
23
script :
25
24
# clang doesn't like the -march=all flag
26
25
- run : sed -i -e 's/-march=all/-mcpu=generic/' Makefile.am Makefile.in
@@ -32,11 +31,14 @@ build:
32
31
33
32
- ./configure --prefix={{ prefix }} --disable-guile
34
33
- make --jobs {{ hw.concurrency }} install
34
+ - run : find . -name \*.la -exec rm {} \;
35
+ working-directory : ${{prefix}}/lib
35
36
env :
36
37
darwin :
37
- CFLAGS : $CFLAGS -Wno-implicit-int
38
+ # darwin support has some build issues.
39
+ CFLAGS : $CFLAGS -Wno-implicit-int -Wno-analyzer-fd-leak
38
40
39
- test : gnutls-cli --x509cafile={{deps.curl.se/ca-certs.prefix}}/ssl/cert.pem tea.xyz <<< "GET /"
41
+ test : gnutls-cli --x509cafile={{deps.curl.se/ca-certs.prefix}}/ssl/cert.pem pkgx.sh <<< "GET /"
40
42
41
43
provides :
42
44
- bin/certtool
You can’t perform that action at this time.
0 commit comments