]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: install libtool-ltdl-devel for building python-saml 25071/head
authorKefu Chai <kchai@redhat.com>
Tue, 13 Nov 2018 07:27:08 +0000 (15:27 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 13 Nov 2018 07:28:45 +0000 (15:28 +0800)
commitc8a89df74455304104c4299155cba7f3bbdb51c6
tree8f3fa05654f5eb624087b85b25a01c8e4a427ef1
parentc89e0715cb9f41fa06ab6419e6e78e4514179d8b
install-deps.sh: install libtool-ltdl-devel for building python-saml

python-saml depends on dm.xmlsec.binding. which links against ltdl. so
without libtool-ltdl-devel, we will have

/opt/rh/devtoolset-7/root/usr/libexec/gcc/aarch64-redhat-linux/7/ld:
cannot find -lltdl

Signed-off-by: Kefu Chai <kchai@redhat.com>
install-deps.sh