source: scripts/untested/blfs-patches/X11R6.8.1-IncludeSharedObjectInNormalLib-1.patch @ 617118d

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 617118d was 617118d, checked in by Jim Gifford <clfs@…>, 18 years ago

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • Property mode set to 100644
File size: 1.9 KB
  • xc/lib/Xau/Imakefile

    Submitted By: Ryan Oliver <ryan.oliver@pha.com.au
    Date: 2005-01-23
    Initial Package Version: XFree 4.2.99
    Upstream Status: Unknown
    Origin: Gentoo 
    Description: Ensures objects archived in static libs get built with -fPIC 
    	A notable barf is when building libaudio (NAS) linking against
    	libXau.a
    
    old new  
    3737OBJS =  AuDispose.o AuFileName.o AuGetAddr.o AuGetBest.o AuLock.o \
    3838        AuRead.o AuUnlock.o AuWrite.o $(K5ENCOBJ)
    3939
     40#define IncludeSharedObjectInNormalLib
     41
    4042#include <Library.tmpl>
    4143
    4244DependTarget()
  • xc/lib/xkbfile/Imakefile

    old new  
    3434
    3535ROOT_DEFINES = -DDFLT_XKB_CONFIG_ROOT=\"$(LIBDIR)/xkb\"
    3636
     37#define IncludeSharedObjectInNormalLib
     38
    3739#include <Library.tmpl>
    3840
    3941DependTarget()
  • xc/lib/xkbui/Imakefile

    old new  
    1515         HEADERS = XKBui.h
    1616        INCLUDES = -I. -I$(EXTINCSRC) -I../xkbfile
    1717
     18#define IncludeSharedObjectInNormalLib
     19
    1820#include <Library.tmpl>
    1921
    2022DependTarget()
  • xc/programs/Xserver/hw/xfree86/parser/Imakefile

    old new  
    3636                 -DXCONFIGFILE=\"$(XCONFIGFILE)\" \
    3737                 -DXVERSION="$(XVERS)"
    3838
     39#define IncludeSharedObjectInNormalLib
     40
    3941#include <Library.tmpl>
    4042
    41 SpecialCObjectRule(scan,NullParameter,$(CONFIG_DEFINES) $(MODULEDEFINES) $(EXT_DEFINES))
     43SpecialCObjectRule(scan,NullParameter,$(CONFIG_DEFINES) $(MODULEDEFINES) $(EXT_DEFINES) $(PICFLAGS))
    4244
    4345NormalProgramTarget(cpconfig,cpconfig.o $(OBJS),NullParameter,$(LOCAL_LIBRARIES),NullParameter)
    4446
Note: See TracBrowser for help on using the repository browser.