diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-11 17:03:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-11 17:03:00 +0000 |
commit | 75dd1e9015e05f73168ed4dda1177518752009a6 (patch) | |
tree | 244b14dcd12b6000ab0b07af1a7ed99b02644bc3 | |
parent | 4cccd35a47fe38216b49392ee070aeb096f4505e (diff) | |
download | drakx-backup-do-not-use-75dd1e9015e05f73168ed4dda1177518752009a6.tar drakx-backup-do-not-use-75dd1e9015e05f73168ed4dda1177518752009a6.tar.gz drakx-backup-do-not-use-75dd1e9015e05f73168ed4dda1177518752009a6.tar.bz2 drakx-backup-do-not-use-75dd1e9015e05f73168ed4dda1177518752009a6.tar.xz drakx-backup-do-not-use-75dd1e9015e05f73168ed4dda1177518752009a6.zip |
"standard_charset" and "iconv" are needed even when C_RPM is undefined
-rw-r--r-- | perl-install/c/stuff.xs.pm | 7 |
1 files changed, 3 insertions, 4 deletions
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: |