[OpenAFS] can't build libafs-2.4.18-5.i386.mp.o
Garry Zacheiss
zacheiss@MIT.EDU
Thu, 27 Jun 2002 04:31:42 -0400
Apply this patch to src/config/param.i386_linux24.h in the
openafs 1.2.5 source tree will get the build to run to completion. There
should hopefully be a 1.2.6 release soon that has this patch.
diff -u -r1.1 -r1.2
--- param.i386_linux24.h 2002/01/31 21:48:23 1.1
+++ param.i386_linux24.h 2002/06/21 18:54:08 1.2
@@ -30,7 +30,7 @@
* MP to compile for Linux
*/
#ifdef AFS_SMP
-#define CONFIG_SMP
+#define CONFIG_SMP 1
#ifndef CONFIG_X86_LOCAL_APIC
#define CONFIG_X86_LOCAL_APIC
#endif