We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fec60 commit d755a64Copy full SHA for d755a64
1 file changed
projects/gnupg.org/libgcrypt/package.yml
@@ -19,23 +19,28 @@ build:
19
dependencies:
20
gnupg.org/libgpg-error: ^1.49
21
darwinsys.com/file: '*' # needed for configure to build dylibs
22
- llvm.org: '*'
+ darwin:
23
+ llvm.org: '*'
24
+ linux:
25
+ gnu.org/gcc: '*'
26
script:
27
- ./configure $ARGS
28
- CFLAGS="$CFLAGS -O0" make -C random rndjent.o rndjent.lo
29
- make
30
- make check
31
- make install
32
env:
- CC: clang
- CXX: clang++
33
34
+ CC: clang
35
+ CXX: clang++
36
ARGS:
37
- --prefix={{prefix}}
38
- --enable-static
39
- --enable-shared
40
- --disable-asm
41
linux:
- LD: ld.lld
42
+ LDFLAGS:
43
+ - -Wl,-lpthread
44
45
test:
46
script: |
0 commit comments