packages/darkice: set lame prefix explicitly (closes: #10442)
Signed-off-by: Alam Arias <Alam.GBC@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/packages@29267 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
02db280d10
commit
777e3d26ac
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=darkice
|
||||
PKG_VERSION:=1.0
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://darkice.googlecode.com/files/
|
||||
@ -42,6 +42,7 @@ CONFIGURE_ARGS += \
|
||||
--without-samplerate \
|
||||
--without-twolame \
|
||||
--without-vorbis \
|
||||
--with-lame-prefix="$(STAGING_DIR)/usr" \
|
||||
|
||||
define Package/darkice/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
|
Loading…
x
Reference in New Issue
Block a user