genode/repos/ports
Norman Feske ea21576eac bash: make dependency from ld.lib.so explicit
This patch is a workaround for the apparent problem that noux
applications, which perform execve, implicitly use functionality from
the dynamic linker, not explicitly via the libc. If the binary lacks the
dependency information, noux will fail on the execve attempt. The latter
is the case when the noux package is built as a depot archive where
library dependencies are not traversed over multiple levels.
2017-10-05 17:39:59 +02:00
..
doc Make label prefixing more strict 2016-11-30 13:37:07 +01:00
include VFS: nonblocking interface 2017-08-28 16:49:38 +02:00
lib ports: ABI for libc_noux 2017-05-31 13:16:14 +02:00
mk noux: install tar archive as build result 2017-05-31 13:16:15 +02:00
ports ports: update URL for downloading lynx 2017-08-18 10:24:46 +02:00
recipes bash: make dependency from ld.lib.so explicit 2017-10-05 17:39:59 +02:00
run Increase cap quota for wifi_drv 2017-08-30 10:01:35 +02:00
src bash: make dependency from ld.lib.so explicit 2017-10-05 17:39:59 +02:00
README

This directory contains ports of popular 3rd-party applications to Genode.

The 'ports' repository follows the line of the 'libports' repository.
For instructions about downloading and building 3rd-party applications,
please refer to 'libports/README'.


Dependencies from other repositories
------------------------------------

Application provided by the 'ports' repository typically expect a rich
runtime environment, including shared libraries provided by the 'libports'
repository. Hence, 'ports' depends on 'libports'.