rsyslog: needs musl-legacy-compat for *-musl targets
This commit is contained in:
parent
6ae8c3f968
commit
978f50f4ad
|
@ -24,6 +24,10 @@ make_dirs="/etc/rsyslog.d 0755 root root"
|
|||
lib32disabled=yes
|
||||
disable_parallel_build=yes
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
vsed -e "s,\`\$PG_CONFIG --libdir\`,\"$XBPS_CROSS_BASE/usr/lib\",g" -i configure
|
||||
|
|
Loading…
Reference in New Issue