Magellan Linux

Contents of /trunk/xorg-old/patches-6.9.0-r1/0130_all_4.2.1-fix-shared-libXau-link.v2.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 167 - (show annotations) (download)
Tue May 8 20:58:51 2007 UTC (17 years ago) by niro
File size: 520 byte(s)
-import

1 --- work/xc/programs/Xserver/Imakefile.orig 2002-12-01 19:07:44.000000000 +0200
2 +++ work/xc/programs/Xserver/Imakefile 2002-12-01 19:10:26.000000000 +0200
3 @@ -276,8 +276,16 @@
4 USB = UsbHidLib
5 #endif
6 #endif
7 #ifdef ServerExtraSysLibs
8 +# if SharedLibXau
9 + EXTRASYSLIBS = ServerExtraSysLibs $(XAUTHLIB)
10 +# else
11 EXTRASYSLIBS = ServerExtraSysLibs
12 +# endif
13 +#else
14 +# if SharedLibXau
15 + EXTRASYSLIBS = $(XAUTHLIB)
16 +# endif
17 #endif
18 #if HasPam && HasPamMisc
19 PAMLIBS = PamLibraries PamMiscLibraries