From 75dd1e9015e05f73168ed4dda1177518752009a6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 11 Feb 2002 17:03:00 +0000 Subject: "standard_charset" and "iconv" are needed even when C_RPM is undefined --- perl-install/c/stuff.xs.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'perl-install') diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index 3176e3515..5710e84e2 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -478,8 +478,6 @@ int prom_getbool(key) char *key - - void initSilo() @@ -497,9 +495,7 @@ void setPromVars(linuxAlias, bootDevice) char *linuxAlias char *bootDevice -'; -$ENV{C_RPM} and print ' char * iconv(s, from_charset, to_charset) char *s @@ -531,6 +527,9 @@ standard_charset() OUTPUT: RETVAL +'; + +$ENV{C_RPM} and print ' int rpmReadConfigFiles() CODE: -- cgit v1.2.1