]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Only pass -export-dynamic to linker, not compiler
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 13 May 2013 11:48:06 +0000 (12:48 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 14 May 2013 14:00:22 +0000 (15:00 +0100)
commit421846e4a38302484638e80988addd6d7e87bb70
treee26c650ef3b17bfe1ea3356c2117315d5d7df0c5
parentc1634100447b4afc936bb19f2e21e6d68b7c4e3a
Only pass -export-dynamic to linker, not compiler

Clang does not like the -export-dynamic flag. The compiler does
not need it in the first place, so we can avoid the problem by
only setting it for the linker

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
configure.ac
src/Makefile.am