r2144

dslinux_sonny_jim at dslinux.in-berlin.de dslinux_sonny_jim at dslinux.in-berlin.de
Sat Mar 1 02:37:52 CET 2008


Author: sonny_jim
Date: 2008-03-01 02:37:52 +0100 (Sat, 01 Mar 2008)
New Revision: 2144

Log:
Revert patch as it break perl building


Modified: trunk/user/perl/configpm
===================================================================
--- trunk/user/perl/configpm	2008-02-27 14:51:52 UTC (rev 2143)
+++ trunk/user/perl/configpm	2008-03-01 01:37:52 UTC (rev 2144)
@@ -1,4 +1,4 @@
-#!./miniperl -w
+#!/usr/bin/perl -w
 use strict;
 use vars qw(%Config $Config_SH_expanded);
 

Modified: trunk/user/perl/perl.h
===================================================================
--- trunk/user/perl/perl.h	2008-02-27 14:51:52 UTC (rev 2143)
+++ trunk/user/perl/perl.h	2008-03-01 01:37:52 UTC (rev 2144)
@@ -3425,11 +3425,12 @@
 #else
    /* VMS and some other platforms don't use the environ array */
 #  ifdef USE_ENVIRON_ARRAY
+extern char **  environ;        /* environment variables supplied via exec */ //jcw
 #    if !defined(DONT_DECLARE_STD) || \
         (defined(__svr4__) && defined(__GNUC__) && defined(sun)) || \
         defined(__sgi) || \
         defined(__DGUX)
-extern char **	environ;	/* environment variables supplied via exec */
+//extern char **  environ;        /* environment variables supplied via exec */ //jcw
 #    endif
 #  endif
 #endif



More information about the dslinux-commit mailing list