projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a85ffc4
)
minidlna: link libintl.so if full language support is enabled (#11791)
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 11 Aug 2012 00:45:53 +0000
(
00:45
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 11 Aug 2012 00:45:53 +0000
(
00:45
+0000)
SVN-Revision: 33125
multimedia/minidlna/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/minidlna/Makefile
b/multimedia/minidlna/Makefile
index d8c922c5eecb827a03ec842d5d6ccccadb8c27c9..2d74ccf7e8a70f97ef1ddedd091bfbcbbff0e18e 100644
(file)
--- a/
multimedia/minidlna/Makefile
+++ b/
multimedia/minidlna/Makefile
@@
-62,7
+62,7
@@
TARGET_LDFLAGS += \
MAKE_FLAGS +=\
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)" \
- ICONV_LIBS="-liconv" \
+ ICONV_LIBS="-liconv
$(if $(INTL_FULL),-lintl)
" \
MAKE_VARS +=\
PREFIX="$(STAGING_DIR)/usr" \