lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20080613140401.208b6f86@rx8> Date: Fri, 13 Jun 2008 14:04:01 -0500 From: "Jose R. Santos" <jrs@...ibm.com> To: "Theodore Ts'o" <tytso@....edu>, "linux-ext4@...r.kernel.org" <linux-ext4@...r.kernel.org> Subject: [PATCH]e2fsprogs: Fix broken "make check" Commit: 51d12cebb61ca00f5455fe6e25938cd79fea15ab in pu fails to build "make check". Signed-off-by: Jose R. Santos <jrs@...ibm.com> --- e2fsck/Makefile.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2fsck/Makefile.in b/e2fsck/Makefile.in index 32743bc..0186112 100644 --- a/e2fsck/Makefile.in +++ b/e2fsck/Makefile.in @@ -143,12 +143,12 @@ tst_crc32: $(srcdir)/crc32.c $(LIBEXT2FS) tst_refcount: ea_refcount.c @echo " LD $@" @$(CC) -o tst_refcount $(srcdir)/ea_refcount.c \ - $(ALL_CFLAGS) -DTEST_PROGRAM -lcom_err + $(ALL_CFLAGS) -DTEST_PROGRAM -L$(LIB) -lcom_err tst_region: region.c @echo " LD $@" @$(CC) -o tst_region $(srcdir)/region.c \ - $(ALL_CFLAGS) -DTEST_PROGRAM -lcom_err + $(ALL_CFLAGS) -DTEST_PROGRAM -L$(LIB) -lcom_err check:: tst_refcount tst_region tst_crc32 ./tst_refcount -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists