diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-14 19:33:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-14 19:33:49 +0000 |
commit | 3a565013bcc06f1b87ac863c7f5728de53d5c29e (patch) | |
tree | b15c8452c55864285609ddfd04ab6768a7448fca | |
parent | 2af8e1cbdebf3fc65e5400737738f2dda4c86051 (diff) | |
download | drakx-3a565013bcc06f1b87ac863c7f5728de53d5c29e.tar drakx-3a565013bcc06f1b87ac863c7f5728de53d5c29e.tar.gz drakx-3a565013bcc06f1b87ac863c7f5728de53d5c29e.tar.bz2 drakx-3a565013bcc06f1b87ac863c7f5728de53d5c29e.tar.xz drakx-3a565013bcc06f1b87ac863c7f5728de53d5c29e.zip |
undef'ing some macros used by 2 independent sources et still needed :-(
-rw-r--r-- | perl-install/c/stuff.xs.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index 267ac880a..33312db09 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -64,6 +64,9 @@ char *pcmcia_probe(void); '; $ENV{C_RPM} and print ' +#undef Fflush +#undef Mkdir +#undef Stat #include <rpm/rpmlib.h> #include <rpm/rpmio.h> |