source:
scripts/patches/X11R6.8.1-fix_shared_libXau_link-1.patch@
b6317b7
Last change on this file since b6317b7 was 7f65c0e, checked in by , 19 years ago | |
---|---|
|
|
File size: 770 bytes |
-
xc/programs/Xserver/Imakefile
Submitted By: Ryan Oliver <ryan.oliver@pha.com.au> Date: 2005-01-23 Initial Package Version: XFree 4.2.1 Upstream Status: Unknown Origin: Gentoo Description: If building servers and SharedLibXau is defined, always build libXau by adding it to EXTRASYSLIBS
old new 276 276 USB = UsbHidLib 277 277 #endif 278 278 #endif 279 279 #ifdef ServerExtraSysLibs 280 # if SharedLibXau 281 EXTRASYSLIBS = ServerExtraSysLibs $(XAUTHLIB) 282 # else 280 283 EXTRASYSLIBS = ServerExtraSysLibs 284 # endif 285 #else 286 # if SharedLibXau 287 EXTRASYSLIBS = $(XAUTHLIB) 288 # endif 281 289 #endif 282 290 #if HasPam && HasPamMisc 283 291 PAMLIBS = PamLibraries PamMiscLibraries
Note:
See TracBrowser
for help on using the repository browser.