mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
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 <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
This commit is contained in:
parent
6300728282
commit
acfa4865d9
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user