Control: tags -1 patch Hi,
In Ubuntu, the attached patch was applied to achieve the following: * Pass --with-systemdsystemunitdir=no to configure script to fix FTBFS in Ubuntu (see Debian: #982426). This explicitly tells the configure script not to create the systemd service files, avoiding the FTBFS. Thanks for considering the patch. Logan
diff -Nru moosefs-3.0.116/debian/rules moosefs-3.0.116/debian/rules --- moosefs-3.0.116/debian/rules 2020-02-19 16:50:24.000000000 -0500 +++ moosefs-3.0.116/debian/rules 2021-11-07 21:07:51.000000000 -0500 @@ -26,6 +26,7 @@ --with-default-user=mfs \ --with-default-group=mfs \ --localstatedir=/var/lib \ + --with-systemdsystemunitdir=no \ ; override_dh_makeshlibs: