Skip to content

Commit e162a0e

Browse files
committed
libaom uses different PIC check
1 parent 383045d commit e162a0e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/SPC/builder/unix/library/libaom.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ trait libaom
1616
*/
1717
protected function build(): void
1818
{
19+
putenv('libaom_CFLAGS=-D__PIE__');
1920
UnixCMakeExecutor::create($this)
2021
->setBuildDir("{$this->source_dir}/builddir")
2122
->addConfigureArgs('-DAOM_TARGET_CPU=generic')

src/SPC/builder/unix/library/ncurses.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ protected function build(): void
2525
'--disable-widec',
2626
'--with-normal',
2727
'--with-ticlib',
28-
'--with-pthread',
2928
'--without-tests',
3029
'--without-dlsym',
3130
'--without-debug',

0 commit comments

Comments
 (0)