diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 2bb8023..ed6d9b2 100755 --- a/debian/rules +++ b/debian/rules @@ -40,7 +40,7 @@ override_dh_installinit: dh_installinit # Disable the system call filter on architectures mentioned below # due to missing support in libseccomp and/or in the Linux kernel. -ifneq (,$(filter $(DEB_HOST_ARCH), alpha ia64 m68k sh4 sparc64)) +ifneq (,$(filter $(DEB_HOST_ARCH), alpha ia64 loong64 m68k sh4 sparc64)) sed -i '/DAEMON_OPTS=/s/"-F 1"/""/' $(BASE)/etc/default/chrony endif |