]> git.proxmox.com Git - mirror_corosync.git/commit
build: fix fallout from swithing to common shared lib v1.99.5
authorFabio M. Di Nitto <fdinitto@redhat.com>
Wed, 22 Feb 2012 08:05:14 +0000 (09:05 +0100)
committerFabio M. Di Nitto <fdinitto@redhat.com>
Wed, 22 Feb 2012 08:43:47 +0000 (09:43 +0100)
commit9c7d1d30968da531e8521d9ac2b9a046d5183cc8
tree3d28a7cd28758c213b48e7c0dbe5f9896c629482
parentc92225393b8e27c3f08d09e222e296344bb17060
build: fix fallout from swithing to common shared lib

when building corosync on a clean system or for the very first
time, corosync_common needs to be visible both via -L for link
and for the LD_PATH, otherwise the linker cannot resolve
normal library dependencies.

This issue does NOT affect corosync users, but it's confined
to internal corosync only.

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
test/Makefile.am
tools/Makefile.am