Skip to content

Commit

Permalink
Add --with-versioned-syms to 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket authored and c3-builder committed Sep 20, 2022
1 parent 4ceccfc commit d389fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 d389fc0

Please sign in to comment.