Skip to content

Commit

Permalink
fix(gnutls)
Browse files Browse the repository at this point in the history
 closes #7809
  • Loading branch information
jhheider committed Nov 5, 2024
1 parent 14dd511 commit 4c01591
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/gnutls.org/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ dependencies:

build:
dependencies:
linux:
gnu.org/gcc: '*'
gnu.org/gcc: '*'
freedesktop.org/pkg-config: '*'
script:
# clang doesn't like the -march=all flag
Expand All @@ -34,7 +33,8 @@ build:
- make --jobs {{ hw.concurrency }} install
env:
darwin:
CFLAGS: $CFLAGS -Wno-implicit-int
# darwin support has some build issues.
CFLAGS: $CFLAGS -Wno-implicit-int -Wno-analyzer-fd-leak

test: gnutls-cli --x509cafile={{deps.curl.se/ca-certs.prefix}}/ssl/cert.pem tea.xyz <<< "GET /"

Expand Down

0 comments on commit 4c01591

Please # to comment.