Magellan Linux

Annotation of /trunk/xorg-old/patches-6.8.2-r10/9855_all_6.7.0-fix-SDK-pie-build.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 167 - (hide annotations) (download)
Tue May 8 20:58:51 2007 UTC (17 years, 1 month ago) by niro
File size: 502 byte(s)
-import

1 niro 167 --- xc/config/cf/xf86.rules~ 2004-03-04 09:45:37.000000000 -0800
2     +++ xc/config/cf/xf86.rules 2004-06-11 18:41:10.000000000 -0700
3     @@ -188,7 +188,7 @@
4     #else
5     #if MakeDllModules
6     #define InstallDriverSDKObjectSubModule(module,dest,subdir) @@\
7     -InstallDriverSDKDynamicModule(Concat(module,.o),dest,subdir)
8     +InstallDriverSDKDynamicModule(Concat(module,.so),dest,subdir)
9     #else
10     #define InstallDriverSDKObjectSubModule(module,dest,subdir) @@\
11     InstallDriverSDKDynamicModule(Concat(module,.o),dest,subdir)