Browse Source

clamav: fix linking error for at least ARM

android-5
Leonid Plyushch 5 years ago
parent
commit
d8f2047d13
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 1
      packages/clamav/build.sh

1
packages/clamav/build.sh

@ -30,6 +30,7 @@ etc/clamav/clamd.conf
etc/clamav/freshclam.conf"
termux_step_pre_configure() {
export OBJC=$CC
LDFLAGS+=" -llog"
}

Loading…
Cancel
Save