clamav: Fix arm build again
This commit is contained in:
parent
a5b7c5065a
commit
52ef81b229
@ -30,6 +30,10 @@ TERMUX_PKG_CONFFILES="
|
||||
etc/clamav/clamd.conf
|
||||
etc/clamav/freshclam.conf"
|
||||
|
||||
termux_step_pre_configure() {
|
||||
export OBJC=$CC
|
||||
}
|
||||
|
||||
termux_step_post_make_install() {
|
||||
for conf in clamd.conf freshclam.conf; do
|
||||
sed "s|@TERMUX_PREFIX@|$TERMUX_PREFIX|" \
|
||||
|
Loading…
Reference in New Issue
Block a user