qemu-e2k/contrib/elf2dmp
Peter Maydell ddb45afbfb contrib/elf2dmp: Build download.o with CURL_CFLAGS
contrib/elf2dmp has a source file which uses curl/curl.h;
although we link the final executable with CURL_LIBS, we
forgot to build this source file with CURL_CFLAGS, so if
the curl header is in a place that's not already on the
system include path then it will fail to build.

Add a line specifying the cflags needed for download.o;
while we are here, bring the specification of the libs
into line with this, since using a per-object variable
setting is preferred over adding them to the final
executable link line.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20190719100955.17180-1-peter.maydell@linaro.org
2019-07-22 14:07:39 +01:00
..
Makefile.objs contrib/elf2dmp: Build download.o with CURL_CFLAGS 2019-07-22 14:07:39 +01:00
addrspace.c contrib: add elf2dmp tool 2018-10-02 19:09:12 +02:00
addrspace.h contrib: add elf2dmp tool 2018-10-02 19:09:12 +02:00
download.c contrib: add elf2dmp tool 2018-10-02 19:09:12 +02:00
download.h contrib: add elf2dmp tool 2018-10-02 19:09:12 +02:00
err.h contrib: add elf2dmp tool 2018-10-02 19:09:12 +02:00
kdbg.h contrib/elf2dmp: fix structures definitions 2019-02-05 16:50:17 +01:00
main.c Clean up includes 2019-05-13 08:58:55 +02:00
pdb.c Clean up includes 2019-05-13 08:58:55 +02:00
pdb.h contrib/elf2dmp: fix structures definitions 2019-02-05 16:50:17 +01:00
pe.h contrib/elf2dmp: fix structures definitions 2019-02-05 16:50:17 +01:00
qemu_elf.c contrib/elf2dmp: use GLib in ELF processing 2019-02-05 16:50:17 +01:00
qemu_elf.h Clean up a few header guard symbols 2019-06-12 13:20:20 +02:00