From acfa4865d9fbeb43dc36a84784d5efa8d05007c7 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Wed, 12 Sep 2012 06:53:24 +0100 Subject: [PATCH] opr: Add hcrypto to the library list uuid needs hc_RAND_bytes, which means that liboafs_opr has a dependency on hcrypto (and, until hcrypto is libtooled, on libroken as well). Make this dependency explicit. Change-Id: I748a43f7a2125c12b566502580e149ad1d9c1164 Reviewed-on: http://gerrit.openafs.org/8101 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/opr/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/opr/Makefile.in b/src/opr/Makefile.in index 1f5a85e872..64f87a4989 100644 --- a/src/opr/Makefile.in +++ b/src/opr/Makefile.in @@ -4,6 +4,7 @@ include @TOP_OBJDIR@/src/config/Makefile.libtool include @TOP_OBJDIR@/src/config/Makefile.pthread LT_objs = assert.lo casestrcpy.lo rbtree.lo uuid.lo +LT_libs = $(LIB_hcrypto) $(LIB_roken) HEADERS = $(TOP_INCDIR)/afs/opr.h \ $(TOP_INCDIR)/afs/opr_assert.h \