source:
scripts/patches/X11R6.8.1-IncludeSharedObjectInNormalLib-1.patch@
76a1d35
Last change on this file since 76a1d35 was 7f65c0e, checked in by , 19 years ago | |
---|---|
|
|
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 37 37 OBJS = AuDispose.o AuFileName.o AuGetAddr.o AuGetBest.o AuLock.o \ 38 38 AuRead.o AuUnlock.o AuWrite.o $(K5ENCOBJ) 39 39 40 #define IncludeSharedObjectInNormalLib 41 40 42 #include <Library.tmpl> 41 43 42 44 DependTarget() -
xc/lib/xkbfile/Imakefile
old new 34 34 35 35 ROOT_DEFINES = -DDFLT_XKB_CONFIG_ROOT=\"$(LIBDIR)/xkb\" 36 36 37 #define IncludeSharedObjectInNormalLib 38 37 39 #include <Library.tmpl> 38 40 39 41 DependTarget() -
xc/lib/xkbui/Imakefile
old new 15 15 HEADERS = XKBui.h 16 16 INCLUDES = -I. -I$(EXTINCSRC) -I../xkbfile 17 17 18 #define IncludeSharedObjectInNormalLib 19 18 20 #include <Library.tmpl> 19 21 20 22 DependTarget() -
xc/programs/Xserver/hw/xfree86/parser/Imakefile
old new 36 36 -DXCONFIGFILE=\"$(XCONFIGFILE)\" \ 37 37 -DXVERSION="$(XVERS)" 38 38 39 #define IncludeSharedObjectInNormalLib 40 39 41 #include <Library.tmpl> 40 42 41 SpecialCObjectRule(scan,NullParameter,$(CONFIG_DEFINES) $(MODULEDEFINES) $(EXT_DEFINES) )43 SpecialCObjectRule(scan,NullParameter,$(CONFIG_DEFINES) $(MODULEDEFINES) $(EXT_DEFINES) $(PICFLAGS)) 42 44 43 45 NormalProgramTarget(cpconfig,cpconfig.o $(OBJS),NullParameter,$(LOCAL_LIBRARIES),NullParameter) 44 46
Note:
See TracBrowser
for help on using the repository browser.