Re: [f2fs-dev] [PATCH] build: declare that libf2fs_format uses the blkid library

2018-08-27 Thread Chao Yu
On 2018/8/24 15:26, Theodore Ts'o wrote: > Signed-off-by: Theodore Ts'o Reviewed-by: Chao Yu -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdo

Re: [f2fs-dev] [PATCH] build: declare that libf2fs_format uses the blkid library

2018-08-27 Thread Jaegeuk Kim
On 08/27, Theodore Y. Ts'o wrote: > Ping? This bug was noticed when I was repackaging f2fs-tools for > Debian. The problem is that libf2fs_format references the blkid > library, and Debian's shared library auditing tools noticed the > missing library dependency. Hi Ted, Thank you for the fix. I

Re: [f2fs-dev] [PATCH] build: declare that libf2fs_format uses the blkid library

2018-08-27 Thread Theodore Y. Ts'o
Ping? This bug was noticed when I was repackaging f2fs-tools for Debian. The problem is that libf2fs_format references the blkid library, and Debian's shared library auditing tools noticed the missing library dependency. - Ted On Fri, Aug 24, 2018 at 03:2

[f2fs-dev] [PATCH] build: declare that libf2fs_format uses the blkid library

2018-08-24 Thread Theodore Ts'o
Signed-off-by: Theodore Ts'o --- mkfs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkfs/Makefile.am b/mkfs/Makefile.am index 32996ba..cae2f93 100644 --- a/mkfs/Makefile.am +++ b/mkfs/Makefile.am @@ -12,7 +12,7 @@ lib_LTLIBRARIES = libf2fs_format.la libf2fs_form