dma: fix musl build
This commit is contained in:
parent
4ef0a61aa1
commit
75989dba69
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ system_accounts="mail"
|
|||
provides="smtp-server-0_1 smtp-forwarder-0_1"
|
||||
replaces="smtp-server>=0 smtp-forwarder>=0"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
do_build() {
|
||||
make PREFIX=/usr SBIN=/usr/bin CC=$CC LEX=flex ${makejobs}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue