mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
libaom uses different PIC check
This commit is contained in:
parent
383045d1c0
commit
e162a0ecd6
@ -16,6 +16,7 @@ trait libaom
|
||||
*/
|
||||
protected function build(): void
|
||||
{
|
||||
putenv('libaom_CFLAGS=-D__PIE__');
|
||||
UnixCMakeExecutor::create($this)
|
||||
->setBuildDir("{$this->source_dir}/builddir")
|
||||
->addConfigureArgs('-DAOM_TARGET_CPU=generic')
|
||||
|
||||
@ -25,7 +25,6 @@ trait ncurses
|
||||
'--disable-widec',
|
||||
'--with-normal',
|
||||
'--with-ticlib',
|
||||
'--with-pthread',
|
||||
'--without-tests',
|
||||
'--without-dlsym',
|
||||
'--without-debug',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user