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"
|
provides="smtp-server-0_1 smtp-forwarder-0_1"
|
||||||
replaces="smtp-server>=0 smtp-forwarder>=0"
|
replaces="smtp-server>=0 smtp-forwarder>=0"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
makedepends+=" musl-legacy-compat"
|
||||||
|
fi
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make PREFIX=/usr SBIN=/usr/bin CC=$CC LEX=flex ${makejobs}
|
make PREFIX=/usr SBIN=/usr/bin CC=$CC LEX=flex ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue