genode/repos/ports/src
Christian Helmuth eccc539651 noux-pkg/less: use LIBS when building tools
lesskey and lessecho missed the declaration of ${LIBS} on the compiler
command line, which ended up in unusable programs.

  > file noux-pkg/less/lesskey.broken
  noux-pkg/less/lesskey.broken: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter *empty*, not stripped
  > file noux-pkg/less/lesskey
  noux-pkg/less/lesskey: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter ld.lib.so, not stripped

The issue was identified because -O0 builds broke with

  ld: lesskey: The first section in the PT_DYNAMIC segment is not the .dynamic section

Unfortunately, this simple fix renders both tools also dependent to libm
and ncurses which they don't use.
2017-01-31 12:01:14 +01:00
..
app os/include/nic: API transition (fix 'deprecated' warnings) 2017-01-20 16:46:56 +01:00
lib gdb_monitor: API transition 2017-01-13 13:07:04 +01:00
noux noux: API transition 2017-01-13 13:07:11 +01:00
noux-pkg noux-pkg/less: use LIBS when building tools 2017-01-31 12:01:14 +01:00
test vbox: avoid using deprecated env() 2017-01-13 13:07:08 +01:00
virtualbox vbox: distinguish muen, nova and generic binaries 2017-01-13 13:07:14 +01:00
virtualbox5 vbox: avoid using deprecated env() 2017-01-13 13:07:08 +01:00