mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-23 04:25:21 +00:00
Remove 'libc' from vfs_jitterentropy dependencies
Libc is no longer necessary for building the jitterentropy VFS plugin. Ref #2900
This commit is contained in:
parent
ae028d89cf
commit
d2923253f3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user