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