opensmtpd: use LDFLAGS for musl-fts lib
This commit is contained in:
parent
5d576d7080
commit
2b3b2134b1
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'opensmtpd'
|
# Template file for 'opensmtpd'
|
||||||
pkgname=opensmtpd
|
pkgname=opensmtpd
|
||||||
version=5.7.2p1
|
version=5.7.2p1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
||||||
--with-maildir=/var/spool/mail --with-privsep-path=/var/empty
|
--with-maildir=/var/spool/mail --with-privsep-path=/var/empty
|
||||||
|
@ -27,7 +27,7 @@ smtpq_descr="SMTPD queue"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) makedepends+=" musl-fts"
|
*-musl) makedepends+=" musl-fts"
|
||||||
CFLAGS="-L${XBPS_CROSS_BASE}/usr/lib -lfts"
|
LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib -lfts"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue