mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 12:30:32 +01:00
shared/n-acd: minor change to make sources identical to upsteam
Partly revert the change from 35171b3c3f.
It's not our place to patch sources that we import via git-subtree.
This commit is contained in:
parent
a3fe99bee7
commit
f6b6daa463
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ libnacd_shared = shared_library(
|
|||
link_depends: libnacd_symfile,
|
||||
link_args: [
|
||||
'-Wl,--no-undefined',
|
||||
'-Wl,--version-script=@0@'.format(libnacd_symfile),
|
||||
'-Wl,--version-script=@0@'.format(libnacd_symfile)
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue