clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since 9b5d6cdc was 617118d, checked in by Jim Gifford <clfs@…>, 19 years ago |
r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure
|
-
Property mode
set to
100644
|
File size:
770 bytes
|
Rev | Line | |
---|
[617118d] | 1 | Submitted By: Ryan Oliver <ryan.oliver@pha.com.au>
|
---|
| 2 | Date: 2005-01-23
|
---|
| 3 | Initial Package Version: XFree 4.2.1
|
---|
| 4 | Upstream Status: Unknown
|
---|
| 5 | Origin: Gentoo
|
---|
| 6 | Description: 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.