Skip to content

Commit

Permalink
add -DENABLE_PIC=ON to configopts
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Jul 5, 2024
1 parent a92667f commit 01da985
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-11.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ builddependencies = [

start_dir = 'source'

configopts = '-DGIT_ARCHETYPE=1'
configopts = '-DGIT_ARCHETYPE=1 -DENABLE_PIC=ON'

sanity_check_paths = {
'files': ['bin/x265', 'include/x265_config.h', 'include/x265.h', 'lib/libx265.a', 'lib/libx265.%s' % SHLIB_EXT],
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-11.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ builddependencies = [
('Yasm', '1.3.0'),
]

configopts = '-DGIT_ARCHETYPE=1'
configopts = '-DGIT_ARCHETYPE=1 -DENABLE_PIC=ON'

start_dir = 'source'

Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-12.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ builddependencies = [
('Yasm', '1.3.0'),
]

configopts = '-DGIT_ARCHETYPE=1'
configopts = '-DGIT_ARCHETYPE=1 -DENABLE_PIC=ON'

start_dir = 'source'

Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-12.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ builddependencies = [
('Yasm', '1.3.0'),
]

configopts = '-DGIT_ARCHETYPE=1'
configopts = '-DGIT_ARCHETYPE=1 -DENABLE_PIC=ON'

start_dir = 'source'

Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/x/x265/x265-3.5-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ builddependencies = [
('Yasm', '1.3.0'),
]

configopts = '-DGIT_ARCHETYPE=1'
configopts = '-DGIT_ARCHETYPE=1 -DENABLE_PIC=ON'

start_dir = 'source'

Expand Down

0 comments on commit 01da985

Please sign in to comment.