mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-03-04 15:20:40 +01:00
Fix dtrace object builds of libos to link with SHA1_LIBS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> Acked-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
dd2c83d03e
commit
00a7252fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -1282,7 +1282,7 @@ AC_DEFINE(BIGREQS, 1, [Support BigRequests extension])
|
|||
|
||||
if test "x$SPECIAL_DTRACE_OBJECTS" = "xyes" ; then
|
||||
DIX_LIB='$(top_builddir)/dix/dix.O'
|
||||
OS_LIB='$(top_builddir)/os/os.O'
|
||||
OS_LIB='$(top_builddir)/os/os.O $(SHA1_LIBS)'
|
||||
else
|
||||
DIX_LIB='$(top_builddir)/dix/libdix.la'
|
||||
OS_LIB='$(top_builddir)/os/libos.la'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue