]> git.pld-linux.org Git - packages/XFree86.git/commitdiff
- fix Xwrapper building
authorjackass <jackass@pld-linux.org>
Wed, 19 Jul 2006 17:23:38 +0000 (17:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86-imakefile.patch -> 1.1

XFree86-imakefile.patch [new file with mode: 0644]

diff --git a/XFree86-imakefile.patch b/XFree86-imakefile.patch
new file mode 100644 (file)
index 0000000..9bf40f3
--- /dev/null
@@ -0,0 +1,29 @@
+--- xc/programs/Xserver/os/Imakefile~  2006-07-19 00:26:32.000000000 +0200
++++ xc/programs/Xserver/os/Imakefile   2006-07-19 00:28:43.000000000 +0200
+@@ -145,7 +145,7 @@
+ #endif
+ BOOTSTRAPCFLAGS = 
+-           SRCS = WaitFor.c access.c connection.c io.c $(COLOR_SRCS) \
++           SRCS = WaitFor.c access.c connection.c wrapper.c io.c $(COLOR_SRCS) \
+                 $(BUILTIN_RGB_SRC) \
+                   osinit.c utils.c log.c auth.c mitauth.c secauth.c \
+                   $(XDMAUTHSRCS) $(RPCSRCS) $(KRB5SRCS) xdmcp.c OtherSources \
+@@ -298,6 +298,7 @@
+ LinkSourceFile(secauth.c,LinkDirectory)
+ LinkSourceFile(stdrgb.c,LinkDirectory)
+ LinkSourceFile(utils.c,LinkDirectory)
++LinkSourceFile(wrapper.c,LinkDirectory)
+ LinkSourceFile(xalloc.c,LinkDirectory)
+ LinkSourceFile(xdmauth.c,LinkDirectory)
+ LinkSourceFile(xdmcp.c,LinkDirectory)
+--- xc/programs/Xserver/Imakefile~     2006-07-19 16:44:07.000000000 +0200
++++ xc/programs/Xserver/Imakefile      2006-07-19 16:44:20.000000000 +0200
+@@ -1712,6 +1712,7 @@
+ #if UseXserverWrapper
++all:: Xwrapper
+ SetUIDProgramTarget(Xwrapper,os/wrapper.o,NullParameter,$(PAMLIBS),NullParameter)
+ InstallProgramWithFlags(Xwrapper,$(BINDIR),$(INSTUIDFLAGS))
+ #endif
This page took 0.133685 seconds and 4 git commands to generate.