Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 229 → Rev 230

/trunk/debian/patches/series
2,6 → 2,7
smartlink_rpath.patch
#make_variables_fpic.patch
#install.pike.patch
smartlink_verbose.patch
no_dump_modules.patch
dynamic_module_makefile.in-libgcc.patch
misplaced_MAXPATHLEN.patch
/trunk/debian/patches/smartlink_verbose.patch
0,0 → 1,13
Description: Make smartlink echo what it's doing to enable build log checking.
 
--- a/bin/smartlink
+++ b/bin/smartlink
@@ -200,7 +200,7 @@ case "$UNAME" in
;;
esac
-#echo $LINKER $LDOPTS
+echo $LINKER $LDOPTS
# exec $LINKER $LDOPTS
# Used to be exec, but Digital-Unix's stupid sh has buggy variable-expansion.