|
|
@ -2,9 +2,11 @@ |
|
|
|
|
|
|
|
# The options have been chooses as follows: |
|
|
|
# - manually set pamlibdir because we'Re installing in /usr by default but |
|
|
|
# pam libs must go to /lib/*/security |
|
|
|
# pam libs must go to /lib/*/security, same for udev rules |
|
|
|
# - disable killing users processes by default. This is weird an unexpected |
|
|
|
# behavior |
|
|
|
# - Disable lto because this makes the build fail with static library |
|
|
|
# warnings and with linking errors. (It seems taht instead of ar/ld |
|
|
|
# warnings and with linking errors. (It seems that instead of ar/ld |
|
|
|
# gcc-ar and gcc should be used) |
|
|
|
# - tests disabled beacuase some of the tests seem to require elogind running. |
|
|
|
# Need to sort out which tests could be run |
|
|
@ -12,6 +14,7 @@ |
|
|
|
CONFFLAGS = \ |
|
|
|
--with-pamlibdir=/lib/$(DEB_HOST_MULTIARCH)/security \ |
|
|
|
--with-udevrulesdir=/lib/udev/rules.d \ |
|
|
|
--without-kill-user-processes \ |
|
|
|
--disable-lto \ |
|
|
|
--disable-tests |
|
|
|
|
|
|
|