Skip to content

Commit

Permalink
sox: build without omp currently
Browse files Browse the repository at this point in the history
Issue #6140
  • Loading branch information
Leonid Pliushch committed Dec 11, 2020
1 parent b8f03e6 commit 7331699
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sox/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ TERMUX_PKG_HOMEPAGE=http://sox.sourceforge.net/
TERMUX_PKG_DESCRIPTION="Command line utility for converting between and applying effects to various audio files formats"
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_VERSION=14.4.2
TERMUX_PKG_REVISION=18
TERMUX_PKG_REVISION=19
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/sox/sox/${TERMUX_PKG_VERSION}/sox-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=81a6956d4330e75b5827316e44ae381e6f1e8928003c6aa45896da9041ea149c
TERMUX_PKG_DEPENDS="file, libao, libpng, libmp3lame, libvorbis, libandroid-glob, libflac, libid3tag, libmad, pulseaudio, opusfile, libsndfile, zlib"
TERMUX_PKG_BREAKS="sox-dev"
TERMUX_PKG_REPLACES="sox-dev"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-openmp"

termux_step_pre_configure() {
LDFLAGS+=" -landroid-glob"
Expand Down

0 comments on commit 7331699

Please sign in to comment.