]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
admin/build-doc: drop --no-as-needed on Darwin
authorKefu Chai <kchai@redhat.com>
Sun, 15 Mar 2020 02:42:03 +0000 (10:42 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 15 Mar 2020 04:50:45 +0000 (12:50 +0800)
commitea67a42f99ca3ed500e8814feebc8ed9c907dd0f
treee260bb6b0732a5e8b8c1b80df7b71556f4cd4d7a
parente88f8eeaf83e91069b672392bdc0d572fdf588e6
admin/build-doc: drop --no-as-needed on Darwin

which is not supported by ld on OSX.

also, pass the rpath argument as a new command line argument instead
using -rpath=foo, which is not supported by llvm linker.

Signed-off-by: Kefu Chai <kchai@redhat.com>
admin/build-doc