[PATCH] Fix dtrace object builds of libos to link with SHA1_LIBS
Alan Coopersmith
alan.coopersmith at sun.com
Mon Dec 14 19:28:00 PST 2009
Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6cdef15..55763f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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'
--
1.5.6.5
More information about the xorg-devel
mailing list