[oe-commits] org.oe.dev avahi: manually poke -lintl into LDFLAGS of uclibc builds (fixes #3603)

koen commit openembedded-commits at lists.openembedded.org
Fri Jan 4 13:36:30 UTC 2008


avahi: manually poke -lintl into LDFLAGS of uclibc builds (fixes #3603)

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: eb6f56b3844fedf18386caec8d2691373a243c26
ViewMTN: http://monotone.openembedded.org/revision/info/eb6f56b3844fedf18386caec8d2691373a243c26
Files:
1
packages/avahi/avahi.inc
Diffs:

#
# mt diff -rd133f75d69efd397e4d275a7f8110034c7dbc23d -reb6f56b3844fedf18386caec8d2691373a243c26
#
# 
# 
# patch "packages/avahi/avahi.inc"
#  from [c479f06abe3f7122c54f4b6766517f8eb18bac4a]
#    to [3e4dfba2b48cd49083cfa3aa95d9a06656feebda]
# 
============================================================
--- packages/avahi/avahi.inc	c479f06abe3f7122c54f4b6766517f8eb18bac4a
+++ packages/avahi/avahi.inc	3e4dfba2b48cd49083cfa3aa95d9a06656feebda
@@ -26,6 +26,10 @@ AVAHI_GTK = "--disable-gtk"
 AVAHI_PYTHON = "--disable-python"
 AVAHI_GTK = "--disable-gtk"
 
+LDFLAGS_append_linux-uclibc = " -lintl"
+LDFLAGS_append_linux-uclibcgnueabi = " -lintl "
+LDFLAGS_append_uclinux-uclibc = " -lintl"
+
 PACKAGES =+ "avahi-daemon avahi-discover libavahi-common libavahi-core libavahi-client avahi-dnsconfd libavahi-glib libavahi-ui avahi-discover-standalone avahi-autoipd avahi-utils"
 
 FILES_libavahi-common = "${libdir}/libavahi-common.so.*"






More information about the Openembedded-commits mailing list