mirror of
https://github.com/ceph/ceph
synced 2024-12-17 17:05:42 +00:00
Merge pull request #10096 from ceph/wip-dang-cmake
debian: set libexec dir to correct value as autotools did Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
7eef57c271
1
debian/rules
vendored
1
debian/rules
vendored
@ -9,6 +9,7 @@ extraopts += -DUSE_CRYPTOPP=OFF -DWITH_OCF=ON -DWITH_LTTNG=ON
|
||||
extraopts += -DWITH_CEPHFS_JAVA=ON
|
||||
# assumes that ceph is exmpt from multiarch support, so we override the libdir.
|
||||
extraopts += -DCMAKE_INSTALL_LIBDIR=/usr/lib
|
||||
extraopts += -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib
|
||||
extraopts += -DCMAKE_INSTALL_SYSCONFDIR=/etc
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH), armel)
|
||||
|
Loading…
Reference in New Issue
Block a user