[Pkg-lustre-svn-commit] updated: [06bfe68] Build lfsck statically
Patrick Winnertz
winnie at debian.org
Mon Aug 10 08:50:35 UTC 2009
The following commit has been merged in the master branch:
commit 06bfe685788c0b1b12244dfd7a775e07b573e8e1
Author: Patrick Winnertz <winnie at debian.org>
Date: Thu Aug 6 13:15:56 2009 +0200
Build lfsck statically
Signed-off-by: Patrick Winnertz <winnie at debian.org>
diff --git a/debian/patches/e2fsprogs-lfsck.patch b/debian/patches/e2fsprogs-lfsck.patch
index aa64c41..b90da5d 100644
--- a/debian/patches/e2fsprogs-lfsck.patch
+++ b/debian/patches/e2fsprogs-lfsck.patch
@@ -742,7 +742,7 @@ Index: e2fsprogs-1.41.5/e2fsck/Makefile.in
+ at LFSCK_CMT@lfsck: $(LFSCK_OBJS)
+ at LFSCK_CMT@ @echo " LD $@"
-+ at LFSCK_CMT@ $(LD) -pthread $(ALL_LDFLAGS) $(LUSTRE_INC) $(LFSCK_OBJS) -o lfsck $(LUSTRE_LIB) -llustreapi $(DEPLIBS)
++ at LFSCK_CMT@ $(LD) -pthread $(ALL_LDFLAGS) $(LUSTRE_INC) $(LFSCK_OBJS) -o lfsck $(LUSTRE_LIB) -llustreapi $(STATIC_DEPLIBS) -static
+
extend: extend.o
@echo " LD $@"
--
Repository for maintaining lidskfsprogs
More information about the Pkg-lustre-svn-commit
mailing list