--- XFree86-4.0.1/xc/config/cf/Imake.rules.shared Tue Sep 26 02:25:48 2000 +++ XFree86-4.0.1/xc/config/cf/Imake.rules Tue Sep 26 02:13:57 2000 @@ -2015,11 +2015,11 @@ * NormalLibObjCompile - compile fragment for a normal library object file */ #ifndef NormalLibObjCompile -#define NormalLibObjCompile(options) ObjectCompile(options) +#define NormalLibObjCompile(options) ObjectCompile(options $(PICFLAGS)) #endif #ifndef NormalLibObjCplusplusCompile -#define NormalLibObjCplusplusCompile(options) ObjectCplusplusCompile(options) +#define NormalLibObjCplusplusCompile(options) ObjectCplusplusCompile(options $(PICFLAGS)) #endif /*