Skip to content

Commit 35ff315

Browse files
andreittrunikraft-bot
authored andcommitted
Config.uk: Correct libc dependency
Previously libuuid would hard-select libnewlibc as it requires a libc. This change eases this restriction into a dependency on any libc. Signed-off-by: Andrei Tatar <andrei@unikraft.io> Reviewed-by: Radu Nichita <radunichita99@gmail.com> Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com> Approved-by: Razvan Deaconescu <razvand@unikraft.io> Tested-by: Unikraft CI <monkey@unikraft.io> GitHub-Closes: #4
1 parent cf87311 commit 35ff315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Config.uk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
config LIBUUID
22
bool "libuuid - library for unique id generation"
33
default n
4-
select LIBNEWLIBC
4+
depends on HAVE_LIBC
55
select LIBPOSIX_USER
66
select LIBUKTIME
77

0 commit comments

Comments
 (0)