Skip to content

Commit cff0ac7

Browse files
committed
Xserver/Imakefile: Change order of linker options, to that self-built components get mentioned first in the nxagent linker command.
1 parent c7e20ae commit cff0ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx-X11/programs/Xserver/Imakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ NX_XSHADOWLIBNAME = libXcompshad.so
338338
#endif
339339

340340
ServerTarget(nxagent,$(NXAGENTDIRS),$(NXAGENTOBJS), \
341-
$(LIBCWRAPPER) $(NXCOMPEXT) $(NXAGENTLIBS) $(LOADABLEEXTS),$(NXCOMPEXTSYSLIBS) $(NXAGENTSYSLIBS) $(NXAGENTNXLIBS))
341+
$(LIBCWRAPPER) $(NXCOMPEXT) $(NXAGENTLIBS) $(LOADABLEEXTS),$(NXAGENTNXLIBS) $(NXAGENTSYSLIBS) $(NXCOMPEXTSYSLIBS))
342342

343343
/*
344344
* Hard coded target to build a static nxagent server.

0 commit comments

Comments
 (0)