This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: [PATCH] staprun: fix linking if monitor is enabled
- From: fche at redhat dot com (Frank Ch. Eigler)
- To: Ross Burton <ross dot burton at intel dot com>
- Cc: systemtap at sourceware dot org
- Date: Tue, 08 Nov 2016 20:16:10 -0500
- Subject: Re: [PATCH] staprun: fix linking if monitor is enabled
- Authentication-results: sourceware.org; auth=none
- References: <1478649825-26619-1-git-send-email-ross.burton@intel.com>
ross.burton wrote:
> If the monitor is enabled, monitor.c needs to link against json-c and
> ncurses. Instead of adding these linker flags to AM_CFLAGS (global CC
> flags) add them to stapio_LDADD. [...]
Francis Giraldeau got to it before you. :-)
commit a578c65480294276fa7a082fb2ed21ac92d6ab2c
- FChE