projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe85364
)
[packages] pulseaudio: use PKG_CONFIG_LIBDIR
author
Jan Willies
<loswillios@gmail.com>
Mon, 22 Aug 2011 06:48:56 +0000
(06:48 +0000)
committer
Jan Willies
<loswillios@gmail.com>
Mon, 22 Aug 2011 06:48:56 +0000
(06:48 +0000)
SVN-Revision: 28068
sound/pulseaudio/Makefile
patch
|
blob
|
history
diff --git
a/sound/pulseaudio/Makefile
b/sound/pulseaudio/Makefile
index 71419b3bb673ce8fddc11b5a428936994b89c16f..b8683f4813645087e47fcc679a4937037a154d0f 100644
(file)
--- 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