Skip to content
Snippets Groups Projects
Commit 00a7252f authored by Alan Coopersmith's avatar Alan Coopersmith
Browse files

Fix dtrace object builds of libos to link with SHA1_LIBS

parent dd2c83d0
No related branches found
No related tags found
No related merge requests found
...@@ -1282,7 +1282,7 @@ AC_DEFINE(BIGREQS, 1, [Support BigRequests extension]) ...@@ -1282,7 +1282,7 @@ AC_DEFINE(BIGREQS, 1, [Support BigRequests extension])
if test "x$SPECIAL_DTRACE_OBJECTS" = "xyes" ; then if test "x$SPECIAL_DTRACE_OBJECTS" = "xyes" ; then
DIX_LIB='$(top_builddir)/dix/dix.O' DIX_LIB='$(top_builddir)/dix/dix.O'
OS_LIB='$(top_builddir)/os/os.O' OS_LIB='$(top_builddir)/os/os.O $(SHA1_LIBS)'
else else
DIX_LIB='$(top_builddir)/dix/libdix.la' DIX_LIB='$(top_builddir)/dix/libdix.la'
OS_LIB='$(top_builddir)/os/libos.la' OS_LIB='$(top_builddir)/os/libos.la'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment