From cd0b97ed9313fd61f2be31284e4894f52f65c12f Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 16 Sep 2011 11:12:06 -0400 Subject: [PATCH] libquota: indicate in the ELF library image that it requires libext2fs Signed-off-by: "Theodore Ts'o" --- lib/quota/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/quota/Makefile.in b/lib/quota/Makefile.in index 1f57441..71a7b06 100644 --- a/lib/quota/Makefile.in +++ b/lib/quota/Makefile.in @@ -32,7 +32,7 @@ ELF_SO_VERSION = 1 ELF_IMAGE = libquota ELF_MYDIR = quota ELF_INSTALL_DIR = $(root_libdir) -ELF_OTHER_LIBS = +ELF_OTHER_LIBS = -L../.. -lext2fs BSDLIB_VERSION = 1.0 BSDLIB_IMAGE = libquota -- 1.8.3.1