mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-09 11:07:19 -03: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
|
||||
CFLAGS="-O3 $CFLAGS -fomit-frame-pointer"
|
||||
|
||||
export PATH=/usr/$p/bin:$PATH
|
||||
../../../configure --enable-regex --enable-donna CC="$p-gcc" CFLAGS="$CFLAGS"
|
||||
export PATH=/usr/$p/bin:$OPATH
|
||||
../../../configure --enable-regex --enable-donna --with-pcre2="/usr/$p/bin/pcre2-config" CC="$p-gcc" CFLAGS="$CFLAGS"
|
||||
make
|
||||
cd ..
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue