mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-22 14:59:11 +00:00
some fixups
This commit is contained in:
parent
481a6b701f
commit
1884eaf5a2
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ do
|
||||||
esac
|
esac
|
||||||
CFLAGS="-O3 $CFLAGS -fomit-frame-pointer"
|
CFLAGS="-O3 $CFLAGS -fomit-frame-pointer"
|
||||||
|
|
||||||
export PATH=/usr/$p/bin:$PATH
|
export PATH=/usr/$p/bin:$OPATH
|
||||||
../../../configure --enable-regex --enable-donna CC="$p-gcc" CFLAGS="$CFLAGS"
|
../../../configure --enable-regex --enable-donna --with-pcre2="/usr/$p/bin/pcre2-config" CC="$p-gcc" CFLAGS="$CFLAGS"
|
||||||
make
|
make
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue