summaryrefslogtreecommitdiffstats
path: root/perl-install/c/Makefile.PL
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-01-10 14:52:39 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-01-10 14:52:39 +0000
commitfbdcdd6c198149aebccb5cd7068ec5bf74c4012d (patch)
tree6f2540e155ec39ce377a9479b5d2f7e22dd305db /perl-install/c/Makefile.PL
parent889b45e9b47c6b3f68774ad73debc5baf1b7087f (diff)
downloaddrakx-fbdcdd6c198149aebccb5cd7068ec5bf74c4012d.tar
drakx-fbdcdd6c198149aebccb5cd7068ec5bf74c4012d.tar.gz
drakx-fbdcdd6c198149aebccb5cd7068ec5bf74c4012d.tar.bz2
drakx-fbdcdd6c198149aebccb5cd7068ec5bf74c4012d.tar.xz
drakx-fbdcdd6c198149aebccb5cd7068ec5bf74c4012d.zip
look for "NR_CPUS limit of 1 reached" instead of looking MP tables by hand, or using DMI info (often broken)
Diffstat (limited to 'perl-install/c/Makefile.PL')
-rw-r--r--perl-install/c/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/c/Makefile.PL b/perl-install/c/Makefile.PL
index 0b7b349a1..988c8ca2c 100644
--- a/perl-install/c/Makefile.PL
+++ b/perl-install/c/Makefile.PL
@@ -16,7 +16,7 @@ WriteMakefile(
'NAME' => 'stuff',
'OPTIMIZE' => '-Os',
'MAKEFILE' => 'Makefile_c',
- 'OBJECT' => "stuff.o smp.o sbus.o silo.o smp-dmi.o" . ($pcmcia_dir && " probe.o"),
+ 'OBJECT' => "stuff.o sbus.o silo.o " . ($pcmcia_dir && " probe.o"),
'VERSION_FROM' => 'stuff.pm', # finds $VERSION
'LIBS' => [$libs], # e.g., '-lm'
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'