[Pkg-lustre-svn-commit] updated: [ee3e614] add -static manually

Patrick Winnertz winnie at debian.org
Mon Aug 10 08:50:36 UTC 2009


The following commit has been merged in the master branch:
commit ee3e614492944caa94c5b4e2f3cc266db247e8de
Author: Patrick Winnertz <winnie at debian.org>
Date:   Thu Aug 6 13:30:16 2009 +0200

    add -static manually
    
    Signed-off-by: Patrick Winnertz <winnie at debian.org>

diff --git a/debian/patches/static-linking.patch b/debian/patches/static-linking.patch
index 5d05029..b7e2994 100644
--- a/debian/patches/static-linking.patch
+++ b/debian/patches/static-linking.patch
@@ -7,7 +7,7 @@ index 360013e..2f65d99 100644
  e2fsck.static: $(OBJS) $(STATIC_DEPLIBS)
  	@echo "	LD $@"
 -	@$(LD) $(LDFLAGS_STATIC) -o e2fsck.static $(OBJS) $(STATIC_LIBS) 
-+	@$(LD) $(LDFLAGS_STATIC) -o e2fsck.static $(OBJS) $(STATIC_LIBS) -lpthread
++	@$(LD) $(LDFLAGS_STATIC) -o e2fsck.static $(OBJS) $(STATIC_LIBS) -lpthread -static
  
  e2fsck.profiled: $(PROFILED_OBJS)  $(PROFILED_DEPLIBS)
  	@echo "	LD $@"

-- 
Repository for maintaining lidskfsprogs



More information about the Pkg-lustre-svn-commit mailing list