lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 476041c026b8d012aa2bfe2ded27b6e1310437c6
parent 3dd358e1f1b61be644f11a66723b16009b7f517b
Author: Ted Hess <thess@kitschensync.net>
Date:   Thu, 31 Jul 2014 10:36:17 -0400

sox: fix build dependencies and configure args as originally intended

Signed-off-by: Ted Hess <thess@kitschensync.net>

Diffstat:
Msound/sox/Makefile | 13+++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/sound/sox/Makefile b/sound/sox/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sox PKG_VERSION:=14.4.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/sox @@ -29,7 +29,9 @@ TARGET_LDFLAGS+= \ define Package/sox SECTION:=sound CATEGORY:=Sound - DEPENDS:=+BUILD_PATENTED:lame-lib +BUILD_PATENTED:libmad +BUILD_PATENTED:libid3tag +libvorbis +libvorbisidec +libgsm +alsa-lib +libsndfile +libflac +libmagic +libpng +libao +libffmpeg + DEPENDS:=+BUILD_PATENTED:lame-lib +BUILD_PATENTED:libmad +BUILD_PATENTED:libid3tag \ + +libvorbis +libvorbisidec +alsa-lib +libsndfile +libflac \ + +libmagic +libpng +libffmpeg TITLE:=Sox is a general purpose sound converter/player/recorder URL:=http://sox.sourceforge.net/ MAINTAINER:=Hamish Guthrie <hcg@openwrt.org> @@ -45,10 +47,9 @@ endef define Build/Configure $(call Build/Configure/Default, \ - --disable-external-gsm \ - --disable-oss \ - --enable-alsa \ - --disable-libao \ + --without-oss \ + --without-ao \ + --with-alsa \ --without-libltdl \ --with-ogg \ --with-flac \