From dc78484eb0f44f56715ae606d322a4be3a421118 Mon Sep 17 00:00:00 2001 From: Jan Willies Date: Thu, 18 Aug 2011 21:03:34 +0000 Subject: [PATCH] pulseaudio: fix VARIANT building (#9952) SVN-Revision: 28045 --- 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.30.2