]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
pmacct: Remove autogen.sh step so it builds with autoconf-2.72
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 21 Feb 2025 12:44:49 +0000 (13:44 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Feb 2025 14:02:35 +0000 (14:02 +0000)
commitb9ec24c32dfd00fbf705064eb485aed19eddc9b1
tree0791bdcc16da1696a2304cd4da8362f19dfe34ae
parentfe6286f9a0033c1dee1fed1d5eddfb1fde2bcd9e
pmacct: Remove autogen.sh step so it builds with autoconf-2.72

- Although the pmacct source tarball has a configure script provided, for some reason
   the lfs file ran autogen.sh first and therefore re-created the configure script.
   Whatever the autogen.sh script was creating it ended up with a result that the new
   autoconf-2.72 didn't like. Some problem with an end of line that was not of the
   expected structure.
- It seems reasonable to use the configure script that has been provided by the pmacct
   developers in the source tarbal, so this patch removes the use of the autogen.sh
   script and uses the configure script provided by pmacct. This then allowed a
   successful build with the autoconf-2.72

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/pmacct