htop: Link with libubacktrace when compiling for uclibc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Khem Raj
2011-07-02 00:36:10 +00:00
committed by Koen Kooi
parent a8252c8ecf
commit 7e3451f4e7
+4
View File
@@ -9,9 +9,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c312653532e8e669f30e5ec8bdc23be3"
DEPENDS = "ncurses"
RDEPENDS_${PN} = "ncurses-terminfo"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz \
file://remove-proc-test.patch"
LDFLAGS_append_libc-uclibc = " -lubacktrace"
inherit autotools
SRC_URI[md5sum] = "7c5507f35f363f3f40183a2ba3c561f8"