diff options
author | P. J. McDermott <pehjota> | 2013-01-04 21:35:17 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-01-04 21:35:17 (EST) |
commit | 231458ead4e2f6e5ead2631aced87bb6379ccddb (patch) | |
tree | aac91d43f9c69557f28ae3ea9671a319c2199fde /dev | |
parent | ffc8aa94975d0498f5af26dca70907718dd074ea (diff) |
dev/todo/packaging: Update notes on Perl.
Diffstat (limited to 'dev')
-rw-r--r-- | dev/todo/packaging.mdwn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev/todo/packaging.mdwn b/dev/todo/packaging.mdwn index af5c919..9dcfeae 100644 --- a/dev/todo/packaging.mdwn +++ b/dev/todo/packaging.mdwn @@ -34,9 +34,9 @@ packaged soon includes: Unmodified Perl 5 source is impossible to cross build without executing software on the host system (in GNU Autoconf terms, the system for which the - package is built). See [this mailing list thread][perl-cross-building] for - more information. We will need to modify Perl's build system a bit before - we can build a package. + package is built). For more information, see this [mailing list + thread][perl-cross-building] and the [work by Neil Williams for + Debian][debian-perl-cross-build]. * **[GNU Compiler Collection (GCC)](http://gcc.gnu.org/)** @@ -53,3 +53,4 @@ packaged soon includes: [perl-cross-building]: https://lists.debian.org/debian-embedded/2012/06/msg00011.html +[debian-perl-cross-build]: http://www.linux.codehelp.co.uk/serendipity/index.php?/archives/239-Long-term-maintenance-of-perl-cross-build-support-in-Debian.html |