Peter Baumgarten, le Thu 13 Mar 2014 21:33:24 -0500, a écrit : > The reason the patch was not being applied was > 1. The patch was not listed in debian/patches/series so it was not > queued up. > 2. The patch was for configure.in it no longer exists for sudo now there > is a configure.ac > > So if I just copy paste the the changes to the patch to configure.ac > will that have the affect of applying it and then I can generated a > patch from there or does something else need to be done to sudo for it > to use flock instead of lockf?
Rather simply replace "configure.in" with "configure.ac" in "use-flock-on-hurd.diff", and add it to "series". Samuel