/branches/7.8-stable/debian/changelog |
---|
8,8 → 8,10 |
GTK2.SourceView module. |
* Add heimdal-dev as a build dependency to enable the Kerberos and |
GSSAPI modules. Move said modules to a new pike7.8-kerberos package. |
* smartlink_verbose.patch: Make the smartlink script print the build |
commands it's executing to allow build log checks. |
-- Magnus Holmgren <holmgren@debian.org> Mon, 04 Aug 2014 21:13:26 +0200 |
-- Magnus Holmgren <holmgren@debian.org> Mon, 04 Aug 2014 22:32:03 +0200 |
pike7.8 (7.8.866-2) unstable; urgency=low |
/branches/7.8-stable/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. |
/branches/7.8-stable/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 |