diff options
author | Kefu Chai <kchai@redhat.com> | 2016-06-06 05:08:27 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2016-06-07 08:08:59 +0200 |
commit | 70bbf1aded87ae7f72ac653fab5ffa325bdf0f83 (patch) | |
tree | c9cf37166c268df4dcef34b716d404cf19306e6a /debian/libradosstriper-dev.install | |
parent | debian: do not install *.la files (diff) | |
download | ceph-70bbf1aded87ae7f72ac653fab5ffa325bdf0f83.tar.xz ceph-70bbf1aded87ae7f72ac653fab5ffa325bdf0f83.zip |
configure.ac,debian,rpm: do not package .a files in rpm/deb packages
this change removes *.a from -dev or -devel packages.
* configure.ac:
- use LT_INIT instead of AM_PROG_LIBTOOL. the later is deprecated.
- disable static lib:
.a static libraries not not useful, it's tricky to generate both
static libraries and shared libraries in cmake.
see http://www.spinics.net/lists/ceph-devel/msg30637.html
* ceph.spec.in: fedora packaging policy forbids this
see
https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_Static_Libraries
* debian/*-dev.install: debian does not requires this
see
https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#s-sharedlibs-static
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'debian/libradosstriper-dev.install')
-rw-r--r-- | debian/libradosstriper-dev.install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/libradosstriper-dev.install b/debian/libradosstriper-dev.install index 14b8a124027..f7986d30f2d 100644 --- a/debian/libradosstriper-dev.install +++ b/debian/libradosstriper-dev.install @@ -1,4 +1,3 @@ usr/include/radosstriper/libradosstriper.h usr/include/radosstriper/libradosstriper.hpp -usr/lib/libradosstriper.a usr/lib/libradosstriper.so |