Skip to content

Commit

Permalink
Merge pull request #174 from vvidic/pam-test-build
Browse files Browse the repository at this point in the history
Fix build failure on Debian unstable
  • Loading branch information
pkern authored Feb 22, 2024
2 parents 951687a + ee1c78f commit e78b6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if get_option('pam-glome')
pam_test = executable(
'pam_test', 'pam_test.c',
dependencies : [libpamtest],
c_args : oldstyle_run_pamtest ? '-DOLDSTYLE_RUN_PAMTEST' : '')
c_args : oldstyle_run_pamtest ? '-DOLDSTYLE_RUN_PAMTEST' : [])
custom_target('pam_service',
build_by_default : true, output : [ 'pam_service' ],
command : [ 'mkdir', '@OUTPUT@' ])
Expand Down

0 comments on commit e78b6ac

Please sign in to comment.