https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7294
Kevin A. McGrail <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|Undefined |3.4.2 CC| |[email protected] Severity|normal |blocker --- Comment #2 from Kevin A. McGrail <[email protected]> --- Slightly different patch needed for 3.4 but same concept. Thanks Martin. 3.4: Committed revision 1839137. For trunk, Bill, I think this was your revision where the lines in trunk are this: < run("make $log"); < run($sudo."make install $log"); # into $installdir but in 3.4 (ignoring the $config{make} changes) are much more complicated. > run($Config{make}." PREFIX=$dirpath/ignored INSTALLSITEARCH=$installdir > $log"); #change to $Config{make}. bug 7294 > run($sudo.$Config{make}." install PREFIX=$dirpath/ignored > INSTALLSITEARCH=$installdir $log"); # into $installdir Should sa-compile.raw on trunk be unified with 3.4? I think yes. -- You are receiving this mail because: You are the assignee for the bug.
