From c9afe7ede21391fe236f8905b26344e1fb5674df Mon Sep 17 00:00:00 2001 From: loswillios Date: Mon, 22 Aug 2011 06:48:56 +0000 Subject: [PATCH] [packages] pulseaudio: use PKG_CONFIG_LIBDIR git-svn-id: svn://svn.openwrt.org/openwrt/packages@28068 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- sound/pulseaudio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 71419b3bb..b8683f481 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio PKG_VERSION:=0.99.2 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/ @@ -128,7 +128,7 @@ CONFIGURE_ARGS += \ endif CONFIGURE_VARS += \ - PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" + PKG_CONFIG_LIBDIR="$(STAGING_DIR)/usr/lib/pkgconfig" #SUPP_LIBS:=-L$(INTL_PREFIX)/lib -L$(ICONV_PREFIX)/lib TARGET_CFLAGS += -std=gnu99