We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383045d commit e162a0eCopy full SHA for e162a0e
src/SPC/builder/unix/library/libaom.php
@@ -16,6 +16,7 @@ trait libaom
16
*/
17
protected function build(): void
18
{
19
+ putenv('libaom_CFLAGS=-D__PIE__');
20
UnixCMakeExecutor::create($this)
21
->setBuildDir("{$this->source_dir}/builddir")
22
->addConfigureArgs('-DAOM_TARGET_CPU=generic')
src/SPC/builder/unix/library/ncurses.php
@@ -25,7 +25,6 @@ protected function build(): void
25
'--disable-widec',
26
'--with-normal',
27
'--with-ticlib',
28
- '--with-pthread',
29
'--without-tests',
30
'--without-dlsym',
31
'--without-debug',
0 commit comments