mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
30c75976a3
commit
7b004b51bc
1 changed files with 4 additions and 2 deletions
|
@ -45,6 +45,9 @@ build:
|
|||
- --enable-unique
|
||||
- --enable-valsort
|
||||
- --without-systemd
|
||||
linux:
|
||||
# undefined symbol errors in newer llvms prevent building shared libs
|
||||
CFLAGS: $CFLAGS -Wl,--undefined-version
|
||||
|
||||
provides:
|
||||
- bin/ldapcompare
|
||||
|
@ -58,5 +61,4 @@ provides:
|
|||
- bin/ldapvc
|
||||
- bin/ldapwhoami
|
||||
|
||||
test:
|
||||
ldapcompare -VV 2>&1 | grep {{version}}
|
||||
test: ldapcompare -VV 2>&1 | grep {{version}}
|
||||
|
|
Loading…
Reference in a new issue