mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-13 16:06:59 +02:00
eclass/portability: Sync with Gentoo
It's from Gentoo commit 43427a0da4dfdc9f046b5c8bd7d106f6c9661b90.
This commit is contained in:
parent
e0f13b25d3
commit
3be359e77f
@ -90,9 +90,8 @@ dlopen_lib() {
|
|||||||
# - Darwin needs nothing
|
# - Darwin needs nothing
|
||||||
# - *BSD needs nothing
|
# - *BSD needs nothing
|
||||||
# - Linux needs -ldl (glibc and uclibc)
|
# - Linux needs -ldl (glibc and uclibc)
|
||||||
# - Interix needs -ldl
|
|
||||||
case "${CHOST}" in
|
case "${CHOST}" in
|
||||||
*-linux-gnu*|*-linux-uclibc|*-interix*)
|
*-linux-gnu*|*-linux-uclibc)
|
||||||
echo "-ldl"
|
echo "-ldl"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user