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