mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
texlive_core: move reautoconf from PATCH to BUILD
This should fix the build if an older version of autoconf is installed on the build host (as is on the buildmasters currently) as long as the newer version is available in the build chroot.
This commit is contained in:
@@ -848,14 +848,14 @@ fixKSearchPaths()
|
||||
|
||||
PATCH()
|
||||
{
|
||||
./reautoconf
|
||||
|
||||
# may need to run this super early to ensure everything gets the right value...
|
||||
fixKSearchPaths
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./reautoconf
|
||||
|
||||
mkdir -p ../build && cd ../build
|
||||
|
||||
if [ $targetArchitecture = x86_gcc2 ] || [ $targetArchitecture = x86 ]; then
|
||||
|
||||
Reference in New Issue
Block a user