Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/meson.build b/meson.build 2index a0289ad..93fc61a 100644 3--- a/meson.build 4+++ b/meson.build 5@@ -253,19 +253,6 @@ if want_tests == true 6 c_args: '-DRELOADTEST -DDEBUG') 7 endif 8 9-# RPM spec. 10-lxcfs_spec = custom_target( 11- 'lxcfs.spec', 12- build_by_default: true, 13- input: 'lxcfs.spec.in', 14- output: 'lxcfs.spec', 15- command: [ 16- meson_render_jinja2, 17- config_h, 18- '@INPUT@', 19- '@OUTPUT@', 20- ]) 21- 22 # Man pages 23 if want_docs == true 24 help2man = find_program('help2man')