Skip to content

Commit

Permalink
Xserver/Imakefile: Change order of linker options, to that self-built…
Browse files Browse the repository at this point in the history
… components get mentioned first in the nxagent linker command.
  • Loading branch information
sunweaver committed Mar 8, 2017
1 parent c7e20ae commit cff0ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-X11/programs/Xserver/Imakefile
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ NX_XSHADOWLIBNAME = libXcompshad.so
#endif

ServerTarget(nxagent,$(NXAGENTDIRS),$(NXAGENTOBJS), \
$(LIBCWRAPPER) $(NXCOMPEXT) $(NXAGENTLIBS) $(LOADABLEEXTS),$(NXCOMPEXTSYSLIBS) $(NXAGENTSYSLIBS) $(NXAGENTNXLIBS))
$(LIBCWRAPPER) $(NXCOMPEXT) $(NXAGENTLIBS) $(LOADABLEEXTS),$(NXAGENTNXLIBS) $(NXAGENTSYSLIBS) $(NXCOMPEXTSYSLIBS))

/*
* Hard coded target to build a static nxagent server.
Expand Down

0 comments on commit cff0ac7

Please sign in to comment.