diff options
author | Koen Kooi <koen@openembedded.org> | 2008-01-04 13:03:12 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-01-04 13:03:12 +0000 |
commit | 0ba6ce99f696e7ce63801058b841234c3a40bbf4 (patch) | |
tree | 692366d9428026f459f598e4d0a3bfe24b1547b9 | |
parent | 52d4e783c890b4fd3cadd95808ed9aa1197eb252 (diff) |
avahi: manually poke -lintl into LDFLAGS of uclibc builds (fixes #3603)
-rw-r--r-- | packages/avahi/avahi.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/avahi/avahi.inc b/packages/avahi/avahi.inc index c357e2d9f9..ae03d00e05 100644 --- a/packages/avahi/avahi.inc +++ b/packages/avahi/avahi.inc @@ -26,6 +26,10 @@ EXTRA_OECONF = "--with-distro=debian --disable-nls --disable-gdbm ${AVAHI_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.*" |