repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
libiconv
/
setup-hook.sh
blob
3d9656ffe5d60c1ec16a1cd399673424dbfe89b0
1
# libiconv must be listed in load flags on non-Glibc
2
# it doesn't hurt to have it in Glibc either though
3
4
# See pkgs/build-support/setup-hooks/role.bash
5
if
[
-z
"
${dontAddExtraLibs-}
"
];
then
6
getHostRole
7
export
NIX_LDFLAGS
${role_post}
+=
" -liconv"
8
fi