ncurses: add --with-versioned-syms
This commit is contained in:
parent
c7bd506329
commit
6113b0fe41
@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-symlinks"
|
"--enable-symlinks"
|
||||||
"--with-manpage-format=normal"
|
"--with-manpage-format=normal"
|
||||||
"--disable-stripping"
|
"--disable-stripping"
|
||||||
|
"--with-versioned-syms"
|
||||||
] ++ lib.optional unicodeSupport "--enable-widec"
|
] ++ lib.optional unicodeSupport "--enable-widec"
|
||||||
++ lib.optional (!withCxx) "--without-cxx"
|
++ lib.optional (!withCxx) "--without-cxx"
|
||||||
++ lib.optional (abiVersion == "5") "--with-abi-version=5"
|
++ lib.optional (abiVersion == "5") "--with-abi-version=5"
|
||||||
|
Loading…
Reference in New Issue
Block a user