squid: fix armv[56]l* build
This commit is contained in:
parent
d596693db0
commit
3cc3f5bf38
|
@ -68,6 +68,13 @@ distfiles="ftp://ftp.fu-berlin.de/unix/www/${pkgname}/${pkgname}/${pkgname}-${ve
|
|||
checksum=553edf76d6ee9a1627af9c2be7be850c14cd6836170b3d6c1393fd700d44ccc5
|
||||
system_accounts="squid"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv[56]l*)
|
||||
makedepends+=" libatomic-devel"
|
||||
LDFLAGS+=" -latomic"
|
||||
;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
chmod u+s \
|
||||
${DESTDIR}/usr/libexec/squid/basic_ncsa_auth \
|
||||
|
|
Loading…
Reference in New Issue