From df46458bee93c56c5d14f9550fbc0d37e1c2d601 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 3 Nov 2024 13:27:13 +0000 Subject: padout: build as a native executable Add 'native: true' to the build config of padout. Resolves: https://github.com/linux-pam/linux-pam/issues/850 Signed-off-by: Sietse --- doc/specs/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/specs/meson.build b/doc/specs/meson.build index 4ddeef84..e01f3e27 100644 --- a/doc/specs/meson.build +++ b/doc/specs/meson.build @@ -15,6 +15,7 @@ parse_l = custom_target( padout = executable( 'padout', + native: true, sources: [parse_l, parse_y], include_directories: [libpam_inc], c_args: [ -- cgit v1.2.3