mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 09:00:08 +01:00
merge: branch 'use-dynsym-for-exports'
build: use .dynsym for selecting symbols to export https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2262
This commit is contained in:
commit
6c84a19eb2
1 changed files with 1 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ _sort() {
|
|||
|
||||
call_nm() {
|
||||
if [ -n "$from_meson" ]; then
|
||||
"${NM:-nm}" "$1" |
|
||||
"${NM:-nm}" -D "$1" |
|
||||
sed -n 's/.* \([^ ]\) \([^ ]*\)$/\1 \2/p'
|
||||
else
|
||||
libtool=(${LIBTOOL:-libtool})
|
||||
|
|
@ -105,4 +105,3 @@ case "$1" in
|
|||
do_generate
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue