Subversion Repositories libtar

Compare Revisions

Ignore whitespace Rev 44 → Rev 45

/trunk/debian/patches/no_strip.patch
0,0 → 1,13
Description: make install must not strip binaries
 
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -20,7 +20,7 @@ SHELL = @SHELL@
### Installation programs and flags
INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
LN_S = @LN_S@
MKDIR = @MKDIR@
/trunk/debian/patches/series
4,3 → 4,4
th_get_size-unsigned-int.patch
oldgnu_prefix.patch
testsuite.patch
no_strip.patch