Remove 'libc' from vfs_jitterentropy dependencies

Libc is no longer necessary for building the jitterentropy VFS plugin.

Ref #2900
This commit is contained in:
Ehmry - 2018-07-04 14:03:40 +02:00 committed by Christian Helmuth
parent ae028d89cf
commit d2923253f3
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ SRC_CC = vfs.cc
INC_DIR += $(REP_DIR)/src/lib/vfs/jitterentropy
LIBS += libc jitterentropy
LIBS += jitterentropy
vpath %.cc $(REP_DIR)/src/lib/vfs/jitterentropy