liboping: needs xcrypt on glibc.
This commit is contained in:
parent
a8173b43d9
commit
cd9ca08d30
@ -14,6 +14,10 @@ checksum=eb38aa93f93e8ab282d97e2582fbaea88b3f889a08cbc9dbf20059c3779d5cd8
|
||||
|
||||
CFLAGS="-Wno-error"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
post_configure() {
|
||||
(
|
||||
cd bindings/perl
|
||||
|
Loading…
x
Reference in New Issue
Block a user