Skip to content

Commit

Permalink
Merge pull request #16270 from Micket/20220920174506_new_pr_ncurses62
Browse files Browse the repository at this point in the history
Add --with-versioned-syms to ncurses 6.2 and 6.3
  • Loading branch information
boegel authored Oct 6, 2022
2 parents 2649e68 + d389fc0 commit 310532e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/n/ncurses/ncurses-6.2-FCC-4.5.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ checksums = ['30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d']

builddependencies = [('binutils', '2.36.1')]

local_common_configopts = "--with-shared --enable-overwrite --without-ada --enable-symlinks "
local_common_configopts = "--with-shared --enable-overwrite --without-ada --enable-symlinks --with-versioned-syms "
configopts = [
# default build
local_common_configopts,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ checksums = ['30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d']

builddependencies = [('binutils', '2.35')]

local_common_configopts = "--with-shared --enable-overwrite --without-ada --enable-symlinks "
local_common_configopts = "--with-shared --enable-overwrite --without-ada --enable-symlinks --with-versioned-syms "
configopts = [
# build ncurses: serial build in default paths with shared libraries
local_common_configopts,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ checksums = ['30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d']

builddependencies = [('binutils', '2.36.1')]

local_common_configopts = "--with-shared --enable-overwrite --without-ada --enable-symlinks "
local_common_configopts = "--with-shared --enable-overwrite --without-ada --enable-symlinks --with-versioned-syms "
configopts = [
# build ncurses: serial build in default paths with shared libraries
local_common_configopts,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ checksums = ['30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d']

builddependencies = [('binutils', '2.37')]

local_common_configopts = "--with-shared --enable-overwrite --without-ada --enable-symlinks "
local_common_configopts = "--with-shared --enable-overwrite --without-ada --enable-symlinks --with-versioned-syms "
configopts = [
# build ncurses: serial build in default paths with shared libraries
local_common_configopts,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ checksums = ['30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d']

builddependencies = [('binutils', '2.34')]

local_common_configopts = "--with-shared --enable-overwrite --without-ada --enable-symlinks "
local_common_configopts = "--with-shared --enable-overwrite --without-ada --enable-symlinks --with-versioned-syms "
configopts = [
# build ncurses: serial build in default paths with shared libraries
local_common_configopts,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ checksums = ['97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059']

builddependencies = [('binutils', '2.38')]

local_common_configopts = "--with-shared --enable-overwrite --without-ada --enable-symlinks "
local_common_configopts = "--with-shared --enable-overwrite --without-ada --enable-symlinks --with-versioned-syms "
configopts = [
# build ncurses: serial build in default paths with shared libraries
local_common_configopts,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ checksums = ['97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059']

builddependencies = [('binutils', '2.38')]

local_common_configopts = "--with-shared --enable-overwrite --without-ada --enable-symlinks "
local_common_configopts = "--with-shared --enable-overwrite --without-ada --enable-symlinks --with-versioned-syms "
configopts = [
# build ncurses: serial build in default paths with shared libraries
local_common_configopts,
Expand Down

0 comments on commit 310532e

Please sign in to comment.