sox: Fix building with unified headers

This commit is contained in:
Fredrik Fornwall 2017-06-29 12:51:38 +02:00
parent 253f2d813a
commit 8d8585967c
1 changed files with 1 additions and 0 deletions

View File

@ -11,4 +11,5 @@ TERMUX_PKG_DEPENDS="file, libpng, libmp3lame, libogg, libvorbis, libandroid-glob
termux_step_pre_configure() {
LDFLAGS+=" -landroid-glob"
CPPFLAGS+=" -D_FSTDIO"
}