HomeClusterLabs Projects
Diffusion SBD c0b4491c2db3

use LDADD instead of LDFLAGS to fix build failure with ld --as-needed

Description

use LDADD instead of LDFLAGS to fix build failure with ld --as-needed

sbd currently fails to build with the ld --as-needed linker option. All linked libraries need to be placed after the objects that require them. LDFLAGS is only meant for linker options - LDADD should be used to specify libraries to link against.

Details

Provenance
Logan Rosen <loganrosen@gmail.com>Authored on May 22 2016, 5:39 PM
Parents
rSc511b0692784: Merge pull request #3 from jnpkrn/fix-license-notices
Branches
Unknown
Tags
Unknown

Event Timeline