source: scripts/patches/X11R6.8.1-fix_shared_libXau_link-1.patch@ 0b8e180

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 0b8e180 was 7f65c0e, checked in by Jim Gifford <clfs@…>, 19 years ago

r625@server (orig r623): jim | 2005-10-31 12:43:24 -0800
Final Move

  • Property mode set to 100644
File size: 770 bytes
RevLine 
[617118d]1Submitted By: Ryan Oliver <ryan.oliver@pha.com.au>
2Date: 2005-01-23
3Initial Package Version: XFree 4.2.1
4Upstream Status: Unknown
5Origin: Gentoo
6Description: If building servers and SharedLibXau is defined,
7 always build libXau by adding it to EXTRASYSLIBS
8
9--- xc/programs/Xserver/Imakefile.orig 2002-12-01 19:07:44.000000000 +0200
10+++ xc/programs/Xserver/Imakefile 2002-12-01 19:10:26.000000000 +0200
11@@ -276,8 +276,16 @@
12 USB = UsbHidLib
13 #endif
14 #endif
15 #ifdef ServerExtraSysLibs
16+# if SharedLibXau
17+ EXTRASYSLIBS = ServerExtraSysLibs $(XAUTHLIB)
18+# else
19 EXTRASYSLIBS = ServerExtraSysLibs
20+# endif
21+#else
22+# if SharedLibXau
23+ EXTRASYSLIBS = $(XAUTHLIB)
24+# endif
25 #endif
26 #if HasPam && HasPamMisc
27 PAMLIBS = PamLibraries PamMiscLibraries
Note: See TracBrowser for help on using the repository browser.