Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 762442 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +2 lines)
Line  Link Here
0
-- a/meson.build
0
++ b/meson.build
Lines 82-89 if cc.has_header_symbol('utmpx.h', 'WTMPX_FILENAME', prefix: '#define _GNU_SOURC Link Here
82
elif cc.has_header_symbol('paths.h', '_PATH_WTMPX')
82
elif cc.has_header_symbol('paths.h', '_PATH_WTMPX')
83
  config_h.set('PATH_WTMP', '_PATH_WTMPX')
83
  config_h.set('PATH_WTMP', '_PATH_WTMPX')
84
else
84
else
85
  assert(run_command('test', '-e', '/var/log/utx.log').returncode() == 0, 'Do not know which filename to watch for wtmp changes')
85
  config_h.set_quoted('PATH_WTMP', '/var/log/wtmp')
86
  config_h.set_quoted('PATH_WTMP', '/var/log/utx.log')
87
endif
86
endif
88
87
89
# compiler flags
88
# compiler flags

Return to bug 762442