diff options
author | root <root@a1test.subnet01010944.vcn01010944.oraclevcn.com> | 2024-11-03 13:27:13 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2024-11-03 13:27:19 +0000 |
commit | df46458bee93c56c5d14f9550fbc0d37e1c2d601 (patch) | |
tree | 7ec9d31de4e241c3f5f2bf978fcc351671826633 | |
parent | 24a8502bedefe4a5b2e1ca56c3e586a4d75a9e63 (diff) | |
download | pam-df46458bee93c56c5d14f9550fbc0d37e1c2d601.tar.gz pam-df46458bee93c56c5d14f9550fbc0d37e1c2d601.tar.bz2 pam-df46458bee93c56c5d14f9550fbc0d37e1c2d601.zip |
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 <sietse@wizdom.nu>
-rw-r--r-- | doc/specs/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
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: [ |