mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
Noux: add libc_resolv to noux-pkg/netcat
This commit is contained in:
parent
b7dc9af447
commit
fd3b54a4fb
@ -92,7 +92,7 @@ install_config $config
|
|||||||
set boot_modules {
|
set boot_modules {
|
||||||
core init timer uart_drv nic_drv
|
core init timer uart_drv nic_drv
|
||||||
ld.lib.so noux_net libc.lib.so libm.lib.so
|
ld.lib.so noux_net libc.lib.so libm.lib.so
|
||||||
libc_noux.lib.so lwip.lib.so noux_netcat.tar
|
libc_resolv.lib.so libc_noux.lib.so lwip.lib.so noux_netcat.tar
|
||||||
}
|
}
|
||||||
|
|
||||||
# platform-specific modules
|
# platform-specific modules
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
TARGET = netcat
|
TARGET = netcat
|
||||||
|
|
||||||
|
LIBS = libc_resolv
|
||||||
|
|
||||||
include $(REP_DIR)/mk/noux.mk
|
include $(REP_DIR)/mk/noux.mk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user