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:
38fc87c
)
[packages] libmpd: fix path to libiconv and libintl
author
Jo-Philipp Wich
<
[email protected]
>
Mon, 13 Dec 2010 02:01:55 +0000
(
02:01
+0000)
committer
Jo-Philipp Wich
<
[email protected]
>
Mon, 13 Dec 2010 02:01:55 +0000
(
02:01
+0000)
SVN-Revision: 24536
libs/libmpd/Makefile
patch
|
blob
|
history
diff --git
a/libs/libmpd/Makefile
b/libs/libmpd/Makefile
index b662df27a270d92038152131d694b490b4c1b4e1..5fdf2150b641803efac0678b956ad7d1fa27cd88 100644
(file)
--- a/
libs/libmpd/Makefile
+++ b/
libs/libmpd/Makefile
@@
-22,7
+22,9
@@
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
TARGET_CFLAGS += $(FPIC)
-
+TARGET_LDFLAGS += \
+ -L$(STAGING_DIR)/usr/lib/libintl/lib \
+ -L$(STAGING_DIR)/usr/lib/libiconv/lib
define Package/libmpd
SECTION:=libs