From: Li Dongyang Date: Wed, 12 Sep 2018 12:13:02 +0000 (+1000) Subject: LU-11368 build: link the shared libraries properly X-Git-Tag: 2.11.56~21 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2ef6910ff42c9bc2a52236ac045c1be5b2e13ea2;hp=2ef6910ff42c9bc2a52236ac045c1be5b2e13ea2;p=fs%2Flustre-release.git LU-11368 build: link the shared libraries properly Make sure the -l options come after the objects. Otherwise on distros(e.g. ubuntu18) use --as-needed by default, we won't actully link against those libs. Test-Parameters: trivial Signed-off-by: Li Dongyang Change-Id: If828fc409a54e48e0818f8a11087c266d46652c1 Reviewed-on: https://review.whamcloud.com/33146 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Nathaniel Clark Reviewed-by: Oleg Drokin ---