aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/004_nx-x11_fix-nxcompshad-build.patch
blob: 386dfef2e896343dfe84e6e05efbe51ef7ecccaa (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/nx-X11/programs/Xserver/Imakefile
+++ b/nx-X11/programs/Xserver/Imakefile
@@ -1047,7 +1047,7 @@
 #else
 $(NX_XSHADOWLIBTARGET): $(NX_XSHADOWCONFIGTARGET)
 	cd $(NX_XSHADOWLIBDIR) && \
-	make
+	rm -f *.o && make
 #endif
 
 ServerTarget(nxagent,$(NX_XSHADOWLIBTARGET) $(NXAGENTDIRS),$(NXAGENTOBJS), \