mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
liboping: needs xcrypt on glibc.
This commit is contained in:
parent
a8173b43d9
commit
cd9ca08d30
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ checksum=eb38aa93f93e8ab282d97e2582fbaea88b3f889a08cbc9dbf20059c3779d5cd8
|
||||||
|
|
||||||
CFLAGS="-Wno-error"
|
CFLAGS="-Wno-error"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
(
|
(
|
||||||
cd bindings/perl
|
cd bindings/perl
|
||||||
|
|
Loading…
Add table
Reference in a new issue