-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Showing
8 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
usr/include/cephfs/libcephfs.h | ||
usr/lib/libcephfs.a | ||
usr/lib/libcephfs.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
usr/include/radosstriper/libradosstriper.h | ||
usr/include/radosstriper/libradosstriper.hpp | ||
usr/lib/libradosstriper.a | ||
usr/lib/libradosstriper.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
usr/include/rbd/features.h | ||
usr/include/rbd/librbd.h | ||
usr/include/rbd/librbd.hpp | ||
usr/lib/librbd.a | ||
usr/lib/librbd.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
usr/include/rados/librgw.h | ||
usr/include/rados/rgw_file.h | ||
usr/lib/librgw.a | ||
usr/lib/librgw.so |