mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-23 01:59:54 +00:00
b067004c92
This allows the development link libraries to be installed in /usr/lib, while the run-libraries are installed in /lib, which is required by Debian policy. This can be done via: configure --prefix=/ --libdir=/usr/lib --with-root-libdir=/lib The technique of working around libtool's inflexibility is borrowed from util-linux. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> |
||
---|---|---|
.. | ||
libf2fs_io.c | ||
libf2fs_zoned.c | ||
libf2fs.c | ||
Makefile.am |