From: Simon Wilkinson Date: Wed, 12 Sep 2012 05:53:24 +0000 (+0100) Subject: opr: Add hcrypto to the library list X-Git-Tag: upstream/1.8.0_pre1^2~2000 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=acfa4865d9fbeb43dc36a84784d5efa8d05007c7;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/src/opr/Makefile.in b/src/opr/Makefile.in index 1f5a85e87..64f87a498 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 \