Whamcloud - gitweb
debian: Fix FTBFS problem on mips
authorTheodore Ts'o <tytso@mit.edu>
Tue, 15 Jul 2008 15:38:33 +0000 (11:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 15 Jul 2008 15:38:33 +0000 (11:38 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debian/rules

index 6c85ca5..df2fe8d 100755 (executable)
@@ -423,7 +423,7 @@ binary-arch: install install-udeb
 
        dh_fixperms
 ifneq ($(ismips),)
-       dh_strip -Xlib64ext2fs-nopic.a
+       dh_strip -k -Xlib64ext2fs-nopic.a
 else
        dh_strip -k
 endif