From 0d8ac953c0137785bbd8440bc7493ce1fab7ab40 Mon Sep 17 00:00:00 2001 From: loswillios Date: Thu, 18 Aug 2011 21:03:34 +0000 Subject: [PATCH] [packages] pulseaudio: fix VARIANT building (#9952) git-svn-id: svn://svn.openwrt.org/openwrt/packages@28045 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/pulseaudio/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 26d9e0b9b..910470b40 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -9,12 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio PKG_VERSION:=0.99.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/ PKG_MD5SUM:=c4deb071424e4f03fdf1d80bd62db267 +PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DEPENDS:=intltool/host PKG_FIXUP = libtool -- 2.11.0